1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
This commit is contained in:
Gabor Adam Toth 2011-05-09 12:42:42 +02:00
parent 421e201759
commit 7870dfceea

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