From d741b59e04b6a89192814bbb01ede41c2b3cc338 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 18 Aug 2005 05:00:28 +0000 Subject: [PATCH] Surround code by #ifdef and #endif to escape from doxygen. --- src/word-thai.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/word-thai.c b/src/word-thai.c index 9bd1f2b..5324d36 100644 --- a/src/word-thai.c +++ b/src/word-thai.c @@ -20,6 +20,10 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#if !defined (FOR_DOXYGEN) || defined (DOXYGEN_INTERNAL_MODULE) +/*** @addtogroup m17nInternal + @{ */ + #include #include @@ -321,3 +325,6 @@ mtext__word_thai_fini () } #endif } + +/*** @} */ +#endif /* !FOR_DOXYGEN || DOXYGEN_INTERNAL_MODULE */ -- 1.7.10.4