This commit is contained in:
tg(x) 2011-05-09 12:42:42 +02:00
parent 7909c20307
commit 9133214f68
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
*/
/**
* @defgroup PSYC Parsing Functions
* @defgroup parse Parsing Functions
*
* This module contains packet and list parsing functions.
* The parser adheres to the definition of a packet found at
@ -410,7 +410,7 @@ psycParseRC psyc_parse (psycParseState *state, char *oper,
psycParseListRC psyc_parseList (psycParseListState *state, psycString *name,
psycString *value, psycString *elem);
/** @} */ // end of parser group
/** @} */ // end of parse group
#define PSYC_PARSE_H
#endif