From 9133214f68746bed1544efb687ef34df70504614 Mon Sep 17 00:00:00 2001 From: "tg(x)" <*@tg-x.net> Date: Mon, 9 May 2011 12:42:42 +0200 Subject: [PATCH] + --- include/psyc/parse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/psyc/parse.h b/include/psyc/parse.h index 3c34c09..333f109 100644 --- a/include/psyc/parse.h +++ b/include/psyc/parse.h @@ -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