root / gen_docs.sh

View | Annotate | Download (306 Bytes)

1
#!/bin/bash
2
3
# create phpDocumentor docs from Nephthys source code
4
5
phpdoc -o HTML:frames:earthli \
6
       -d . \
7
       -t docs \
8
       -i 'debian/,thumbs/,resources/,templates_c/,themes/,nephthys_cfg.php' \
9
       -ti 'Nephthys source-code documentation' \
10
       -dn 'nephthys' \
11
       -s \
12
       -q