From de554684586d2b8c413ccc7cd75fb31168fb5d2f Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 12 Apr 2008 12:22:38 +0200 Subject: add gen_docs.sh Signed-off-by: Andreas Unterkircher --- gen_docs.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 gen_docs.sh (limited to 'gen_docs.sh') 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 -- cgit v1.2.3-18-g5258 From 55677896eb839e20542440e51c5737a318240dab Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 12 Apr 2008 18:40:20 +0200 Subject: update documentation Signed-off-by: Andreas Unterkircher --- gen_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gen_docs.sh') diff --git a/gen_docs.sh b/gen_docs.sh index 1e58969..3070cfd 100755 --- a/gen_docs.sh +++ b/gen_docs.sh @@ -5,7 +5,7 @@ phpdoc -o HTML:frames:earthli \ -d . \ -t docs \ - -i 'thumbs/,resources/,templates_c/' \ + -i 'thumbs/,resources/,templates_c/,phpfspot_cfg.php' \ -ti 'phpfspot source-code documentation' \ -dn 'phpfspot' \ -s \ -- cgit v1.2.3-18-g5258