79b6dd9e8c183ffb976004b2af39cf76b238de7a
[m17n/m17n-docs.git] / utils / db-flt.sh
1 #!/bin/sh
2
3 cat <<EOF
4 /***en @page m17nDBFLT Font Layout Tables provided by the m17n databasse
5
6 Here's a list of font layout tables provided by the m17n databasse and
7 their brief descriptions.  */
8
9 /***ja @page m17nDBFLT M17N ¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬Ä󶡤¹¤ë FLT
10
11 M17N ¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬Ä󶡤¹¤ë FLT (Font Layout Table) ¤Î¥ê¥¹¥È¤È¤½¤ì¤¾¤ì
12 ¤Î´Êñ¤ÊÀâÌÀ¡£ */
13
14 /*** <ul> */
15 EOF
16
17 for file in $*; do
18   sed -n '/BEG-DOXYGEN/,/END-DOXYGEN/s/^;; //p' < $file
19 done
20
21 cat <<EOF
22 /*** </ul> */
23 EOF
24
25 # Local Variables:
26 # coding: euc-jp
27 # End: