c0f9aa207bbc294288ac23abba3b1df86edc6871
[m17n/m17n-docs.git] / utils / example.sh
1 #!/bin/sh
2
3 cat <<EOF
4 /***en @page m17nExample Example Programs
5
6 This section describes the example programs.  They are to demonstrate
7 the usage of the m17n library, not for practical use. */
8
9 EOF
10
11 sed -n -e '/\/\*\*\*/,/\*\// p' | \
12 sed -e 's/@section/@subsection/' \
13     -e 's/@page \([^ ]*\)/@section \1 \1 --/'
14
15 cat <<EOF
16 ////
17 EOF