From b49b7be5f83fa9c1b511dd305a3868a2a367b939 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 5 Nov 2011 10:42:32 +0100 Subject: some fixes aroung gettext in doxygen doku --- include/wolf/i18n/gettext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/wolf/i18n/gettext.h') diff --git a/include/wolf/i18n/gettext.h b/include/wolf/i18n/gettext.h index 3d4a4f9..58badd6 100644 --- a/include/wolf/i18n/gettext.h +++ b/include/wolf/i18n/gettext.h @@ -19,7 +19,7 @@ #define WOLF_GETTEXT_H /** - * @addtogroup wolf_port Porting + * @addtogroup wolf_i18n Localization * @{ */ @@ -88,6 +88,6 @@ char *libintl_dgettext( const char *__domainname, const char *__msgid ) __attrib void wolf_port_initialize_i18n( const char *argv0, const char *app ); -/** @} */ /* @addtogroup wolf_port */ +/** @} */ /* @addtogroup wolf_i18n */ #endif /* ifndef WOLF_GETTEXT_H */ -- cgit v1.2.3-54-g00ecf