changeset 578:bf54c9fc0d63

Doxygen comments for list_status_t
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 27 May 2014 10:27:35 +0000
parents 4ccae6acfaec
children f4ce4eef3b38
files common/listutil.h
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/common/listutil.h	Tue May 27 10:26:51 2014 +0000
+++ b/common/listutil.h	Tue May 27 10:27:35 2014 +0000
@@ -23,15 +23,15 @@
  * @brief Status of the List Operations
  */
 typedef enum {
-    Valid = 100, // Could be read and signature matched
-    UnknownError = 1, // The expected unexpected
-    TooLarge = 2, // Failed because the file exeeds the limit
-    InvalidFormat = 3, // File does not appear to be in list format
-    InvalidSignature = 4, // Signature was invalid
-    SeekFailed = 5, // Could not seek in the file
-    ReadFailed = 6, // File exists but could not read the file
-    IncompatibleVersion = 7, // The Format Version does not match
-    NoList = 8 // No list parsed
+    Valid = 100, /*! Could be read and signature matched */
+    UnknownError = 1, /*! The expected unexpected */
+    TooLarge = 2, /*! Failed because the file exeeds the limit */
+    InvalidFormat = 3, /*! File does not appear to be in list format */
+    InvalidSignature = 4, /*! Signature was invalid */
+    SeekFailed = 5, /*! Could not seek in the file */
+    ReadFailed = 6, /*! File exists but could not read the file */
+    IncompatibleVersion = 7, /*! The Format Version does not match */
+    NoList = 8 /*! No list parsed */
 } list_status_t;
 
 /* Definitions based on the format */

http://wald.intevation.org/projects/trustbridge/