projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbe9e89
)
Surround code by #ifdef and #endif to escape from
author
handa
<handa>
Thu, 18 Aug 2005 05:00:28 +0000
(
05:00
+0000)
committer
handa
<handa>
Thu, 18 Aug 2005 05:00:28 +0000
(
05:00
+0000)
doxygen.
src/word-thai.c
patch
|
blob
|
history
diff --git
a/src/word-thai.c
b/src/word-thai.c
index
9bd1f2b
..
5324d36
100644
(file)
--- 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 <stdio.h>
#include <stdlib.h>
@@
-321,3
+325,6
@@
mtext__word_thai_fini ()
}
#endif
}
+
+/*** @} */
+#endif /* !FOR_DOXYGEN || DOXYGEN_INTERNAL_MODULE */