summaryrefslogtreecommitdiffstats
path: root/gen_docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gen_docs.sh')
-rwxr-xr-xgen_docs.sh12
1 files changed, 12 insertions, 0 deletions
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