add gen_docs.sh
[phpfspot.git] / gen_docs.sh
diff --git a/gen_docs.sh b/gen_docs.sh
new file mode 100755 (executable)
index 0000000..1e58969
--- /dev/null
@@ -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