From: handa Date: Thu, 18 Aug 2005 05:00:28 +0000 (+0000) Subject: Surround code by #ifdef and #endif to escape from X-Git-Tag: REL-1-3-0~262 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d741b59e04b6a89192814bbb01ede41c2b3cc338;p=m17n%2Fm17n-lib.git Surround code by #ifdef and #endif to escape from doxygen. --- 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 */