Some more source code documentation.
[adu.git] / format.c
index f1d1247074da8c97c41368aa3663b037dbbfc4bd..e8a9a28617656700fda8352ec82bd1fb2517e144 100644 (file)
--- a/format.c
+++ b/format.c
@@ -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 {