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/GNUmakefile | 2 +- include/wolf/i18n/gettext.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/GNUmakefile b/include/GNUmakefile index 606ec83..327a63f 100644 --- a/include/GNUmakefile +++ b/include/GNUmakefile @@ -27,7 +27,7 @@ local_install: $(INSTALL) -m 644 wolf/port/*.h $(includedir)/wolf/port ifeq "$(ENABLE_NLS)" "1" $(INSTALL) -d -m 755 $(includedir)/wolf/i18n - $(INSTALL) -m 644 wolf/threads/*.h $(includedir)/wolf/i18n + $(INSTALL) -m 644 wolf/i18n/*.h $(includedir)/wolf/i18n endif $(INSTALL) -d -m 755 $(includedir)/wolf/log $(INSTALL) -m 644 wolf/log/*.h $(includedir)/wolf/log 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