summaryrefslogtreecommitdiffstats
path: root/gen_docs.sh
blob: 3070cfda486782bc26c179f7ee2bc28759b0b121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

# create phpDocumentor docs from phpfspot source code

phpdoc -o HTML:frames:earthli \
       -d . \
       -t docs \
       -i 'thumbs/,resources/,templates_c/,phpfspot_cfg.php' \
       -ti 'phpfspot source-code documentation' \
       -dn 'phpfspot' \
       -s \
       -q