chiark / gitweb /
doxygen: add some missing docstrings.
[disorder] / lib / strptime.c
index 83d010da60d1b1eebe587156f93aae123854c133..91d57d55451ae2212bd785004cc581226e35c250 100644 (file)
 #include <langinfo.h>
 #include "strptime.h"
 
+/** @brief Lookup table entry for locale-specific strings */
 struct locale_item_match {
+  /** @brief Locale key to try */
   nl_item key;
+
+  /** @brief Value to return if value of @ref key matches subject string */
   int value;
 };