chiark / gitweb /
doxygen: add some missing docstrings.
[disorder] / cgi / options.c
index 24038331d2bd29cbc5739611286c172e051029d7..521ce354016d1e3dbda11514caca6f5255802e9a 100644 (file)
 
 #include "disorder-cgi.h"
 
+/** @brief State for parsing an options file */
 struct read_options_state {
+  /** @brief Filename */
   const char *name;
+
+  /** @brief Line number */
   int line;
 };