chiark / gitweb /
Doxygen file headers for most files
[disorder] / lib / xgetdate.c
index 9d8b492e395e6940f4ce3fb281ba608e3528cfb9..d3a3862c05725b3d1fd4a609adb40fba70c80bf9 100644 (file)
@@ -1,7 +1,11 @@
-/* Derived from getdate.c in glibc 2.3.6.  This is pretty much
+/** @file lib/xgetdate.c
+ * @brief Date parsing
+ *
+ * Derived from getdate.c in glibc 2.3.6.  This is pretty much
  * standard getdate() except that you supply the template in an
  * argument, rather than messing around with environment variables and
- * files.  */
+ * files.
+ */
 
 /* Convert a string representation of time to a time value.
    Copyright (C) 1997,1998,1999,2000,2001,2003 Free Software Foundation, Inc.