update CHANGELOG regarding fixed file-name search
[phpfspot.git] / gen_docs.sh
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