X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=gen_docs.sh;fp=gen_docs.sh;h=1e5896932fc3eb51865b2e8aea588545827b1451;hp=0000000000000000000000000000000000000000;hb=de554684586d2b8c413ccc7cd75fb31168fb5d2f;hpb=ae99d62da68f045e253c21f4db1ccee8d68b29ca diff --git a/gen_docs.sh b/gen_docs.sh new file mode 100755 index 0000000..1e58969 --- /dev/null +++ b/gen_docs.sh @@ -0,0 +1,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