Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/disorder
[disorder] / cgi / options.c
index 2403833..521ce35 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;
 };