]> mj.ucw.cz Git - libucw.git/commitdiff
ucw docs: parser units
authorMichal Vaner <vorner@ucw.cz>
Thu, 23 Oct 2008 08:25:52 +0000 (10:25 +0200)
committerMichal Vaner <vorner@ucw.cz>
Thu, 23 Oct 2008 08:25:52 +0000 (10:25 +0200)
ucw/conf.h

index 1224f59199130cba993ec512d805d21c2f5da8e4..fc0f95591ef5730b4ad0fec36cd2095767b1fe50 100644 (file)
@@ -371,6 +371,8 @@ void cf_init_section(const char *name, struct cf_section *sec, void *ptr, uns do
  *
  * Each of them gets a string to parse and pointer to store the value.
  * It returns either NULL or error message.
+ *
+ * The parsers support units. See <<config:units,their list>>.
  ***/
 char *cf_parse_int(const char *str, int *ptr);         /** Parser for integers. **/
 char *cf_parse_u64(const char *str, u64 *ptr);         /** Parser for 64 unsigned integers. **/