1a4b1081ee3de0c4a955eea63d47112042c1a231
[m17n/m17n-docs.git] / utils / dbformat.sh
1 #!/bin/sh
2
3 cat <<EOF
4 /***en @page m17nDBFormat Data format of the m17n database
5
6 This section describes the data formats of the m17n database. */
7
8 EOF
9
10 sed -n -e '/\/\*\*\*/,/\*\// p' | \
11 sed -e 's/@section/@subsection/' \
12     -e 's/@page/@section/'
13
14 cat <<EOF
15 ////
16 EOF