summaryrefslogtreecommitdiffstats
path: root/gen_docs.sh
blob: 1e5896932fc3eb51865b2e8aea588545827b1451 (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/' \
       -ti 'phpfspot source-code documentation' \
       -dn 'phpfspot' \
       -s \
       -q