diff --git a/.phpdoc.xml b/.phpdoc.xml new file mode 100644 index 0000000..37619cb --- /dev/null +++ b/.phpdoc.xml @@ -0,0 +1,25 @@ + + + + lib/* + plugins/DummyPlugin.php + _build/* + config/* + content-sample/* + themes/* + plugins/* + vendor/* + .htaccess + *.git + .gitignore + *.xml + *.yml + *.json + *.lock + *.phar + *.md + *LICENSE + index.php + index.php.dist + + diff --git a/_build/generate-phpdoc.sh b/_build/generate-phpdoc.sh index 0c6fadf..8ff993e 100755 --- a/_build/generate-phpdoc.sh +++ b/_build/generate-phpdoc.sh @@ -15,9 +15,7 @@ echo # generate phpdoc phpdoc -d "$PHPDOC_SOURCE_DIR" \ - -i "$PHPDOC_SOURCE_DIR/_build/" \ - -i "$PHPDOC_SOURCE_DIR/vendor/" \ - -i "$PHPDOC_SOURCE_DIR/plugins/" -f "$PHPDOC_SOURCE_DIR/plugins/DummyPlugin.php" \ + -c "$PHPDOC_SOURCE_DIR/.phpdoc.xml" \ -t "$PHPDOC_TARGET_DIR" \ --title "$PHPDOC_TITLE"