From dfec347c2d2c2a2bed2a8f008cc42137e5e90d2f Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 11 Aug 2003 01:23:30 +0000 Subject: [PATCH] *** empty log message *** --- mainpage.txt | 29 +++++++++++++++++------------ utils/dbformat.sh | 14 ++++++++++++-- utils/exmim.sh | 9 +++++++-- utils/exprog.sh | 9 +++++++-- utils/ja_filter.rb | 28 ++++++++++++++++++---------- 5 files changed, 61 insertions(+), 28 deletions(-) diff --git a/mainpage.txt b/mainpage.txt index 34365c4..2bd4e3d 100644 --- a/mainpage.txt +++ b/mainpage.txt @@ -1,8 +1,10 @@ -/***en -@mainpage The M17N Library Documentation +/***en @mainpage The M17N Library Documentation */ -*- coding: euc-jp; -*- +/***ja @mainpage M17N ¥é¥¤¥Ö¥é¥ê */ -@section what What is the m17n library? +/***en @section what What is the m17n library? */ +/***ja @section what M17N ¥é¥¤¥Ö¥é¥ê¤È¤Ï? */ +/*** The @e m17n @e library is a multilingual text processing library for the C language. @@ -44,15 +46,17 @@ information efficiently. system. - -@section usage How to use it? - +*/ +/***en @section usage How to use it? */ +/***ja @section usage ÍøÍÑË¡ */ +/*** Just include in your program, and link it with the m17n library by -lm17n. See @ref m17nIntro @latexonly -(P.\pageref{group__m17nIntro}) @endlatexonly for the detail. - -@section contact Contact us: +(P.\pageref{group__m17nIntro}) @endlatexonly for the detail. */ +/***en @section contact Contact us: */ +/***ja @section contact Ï¢ÍíÀè */ +/*** Global IT Security Group\n National Information Technology Research Institute\n Institute of Advanced Industrial Science and Technology @@ -64,9 +68,11 @@ Bug report: m17n-lib-bug@m17n.org Mailing list (English): m17n-lib@m17n.org Mailing list (Japanese): m17n-lib-ja@m17n.org +*/ -@section Acknowledgements - +/***en @section ack Acknowledgements */ +/***ja @section ack ¼Õ¼­ */ +/*** Special thanks to: - */ diff --git a/utils/dbformat.sh b/utils/dbformat.sh index 7376bd5..b1417a4 100755 --- a/utils/dbformat.sh +++ b/utils/dbformat.sh @@ -3,9 +3,15 @@ cat < EOF @@ -20,3 +26,7 @@ cat $* | \ sed -n -e '/\/\*\*\*/,/\*\// p' | \ sed -e 's/@section/@subsection/' \ -e 's/@page/@section/' + +# Local Variables: +# coding: euc-jp +# End: diff --git a/utils/exmim.sh b/utils/exmim.sh index b35f723..6119249 100755 --- a/utils/exmim.sh +++ b/utils/exmim.sh @@ -1,8 +1,9 @@ #!/bin/sh cat <