]> git.tuebingen.mpg.de Git - adu.git/blobdiff - format.c
split_args(): Do not insist on checking the return value.
[adu.git] / format.c
index 02edf37aaf15f27154fd1cefbb7c02515f7b3ba2..e8a9a28617656700fda8352ec82bd1fb2517e144 100644 (file)
--- a/format.c
+++ b/format.c
@@ -4,7 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-/** \file format.c Functions for pretty-printing numbers and strings. */
+/** \file format.c \brief Functions for pretty-printing numbers and strings. */
 
 #include <dirent.h> /* readdir() */
 #include "adu.h"
@@ -14,6 +14,7 @@
 #include "error.h"
 #include "format.h"
 
+/** The three different alignment types. */
 enum alignment {ALIGN_LEFT, ALIGN_RIGHT, ALIGN_CENTER};
 
 struct num_format {