*** empty log message ***
[m17n/m17n-docs.git] / utils / dbformat.sh
index 7376bd5..b1417a4 100755 (executable)
@@ -3,9 +3,15 @@
 cat <<EOF
 /***en @page m17nDBFormat Data format of the m17n database
 
-This section describes formats of these data supplied by the m17n
-database.
+¤³¤³¤Ç¤Ï¡¢M17N ¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÇÄ󶡤µ¤ì¤ë³Æ¥Ç¡¼¥¿¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤ò²òÀ⤹
+¤ë¡£ */
+
+/***ja @page m17nDBFormat M17N ¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥Ç¡¼¥¿¡¦¥Õ¥©¡¼¥Þ¥Ã¥È
 
+This section describes formats of these data supplied by the m17n
+database. */
+////
+/***
 <ul>
 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: