summaryrefslogtreecommitdiffstats
path: root/gen_docs.sh
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-04-12 19:33:51 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-04-12 19:33:51 +0200
commit5aacb6d86fa943c66ee94eb603887bb40e034ec5 (patch)
treed5150a93c3d82c2d3002154a446d424626d3593b /gen_docs.sh
parentb7a43526958fc12ce7d0e42b8023db52cb25f140 (diff)
parentcd7402eecd6b5e50dcc62d8394342e6717c359e5 (diff)
Merge commit 'origin/master' into nefformat
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..3070cfd
--- /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/,phpfspot_cfg.php' \
+ -ti 'phpfspot source-code documentation' \
+ -dn 'phpfspot' \
+ -s \
+ -q