From: Andreas Unterkircher Date: Sat, 12 Apr 2008 10:22:38 +0000 (+0200) Subject: add gen_docs.sh X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=de554684586d2b8c413ccc7cd75fb31168fb5d2f add gen_docs.sh Signed-off-by: Andreas Unterkircher --- 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