diff options
Diffstat (limited to 'build_doc.sh')
-rwxr-xr-x | build_doc.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_doc.sh b/build_doc.sh new file mode 100755 index 0000000..db05089 --- /dev/null +++ b/build_doc.sh @@ -0,0 +1,2 @@ +#!/bin/sh +phpdoc -t doc/phpdoc --cache-folder .phpdoc-cache -e "inc" -f "*.php" -d inc --template responsive-twig |