diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 12:22:38 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 12:58:36 +0200 |
commit | de554684586d2b8c413ccc7cd75fb31168fb5d2f (patch) | |
tree | 76253e4173830b42ea7b9f3d98c3edb9e699222c | |
parent | ae99d62da68f045e253c21f4db1ccee8d68b29ca (diff) |
add gen_docs.sh
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
-rwxr-xr-x | gen_docs.sh | 12 |
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 |