add gen_docs.sh
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 12 Apr 2008 10:22:38 +0000 (12:22 +0200)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 12 Apr 2008 10:58:36 +0000 (12:58 +0200)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
gen_docs.sh [new file with mode: 0755]

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