root / gen_docs.sh

View | Annotate | Download (290 Bytes)

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