phpDocs auto deployment: Fix phpDocs generation
phpDocumentor acts very strange when relative paths are involved...
This commit is contained in:
parent
3ac53d2b4c
commit
2306010ba7
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ echo
|
|||
|
||||
# generate phpdoc
|
||||
phpdoc -d "$PHPDOC_SOURCE_DIR" \
|
||||
-i 'build/*' \
|
||||
-i 'vendor/*' \
|
||||
-i 'plugins/*' -f 'plugins/DummyPlugin.php' \
|
||||
-i "$PHPDOC_SOURCE_DIR/build/" \
|
||||
-i "$PHPDOC_SOURCE_DIR/vendor/" \
|
||||
-i "$PHPDOC_SOURCE_DIR/plugins/" -f "$PHPDOC_SOURCE_DIR/plugins/DummyPlugin.php" \
|
||||
-t "$PHPDOC_TARGET_DIR" \
|
||||
--title "$PHPDOC_TITLE"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue