Fix _build/generate-phpdoc.sh
This commit is contained in:
parent
cf71f36651
commit
3d4c4e1669
1 changed files with 5 additions and 4 deletions
|
@ -3,13 +3,14 @@ set -e
|
|||
|
||||
# parameters
|
||||
PHPDOC_CONFIG="$1"
|
||||
PHPDOC_CACHE_DIR="$3"
|
||||
PHPDOC_TARGET_DIR="$4"
|
||||
PHPDOC_TITLE="$5"
|
||||
PHPDOC_CACHE_DIR="$2"
|
||||
PHPDOC_TARGET_DIR="$3"
|
||||
PHPDOC_TITLE="$4"
|
||||
|
||||
# print parameters
|
||||
echo "Generating phpDocs..."
|
||||
printf 'PHPDOC_SOURCE_DIR="%s"\n' "$PHPDOC_SOURCE_DIR"
|
||||
printf 'PHPDOC_CONFIG="%s"\n' "$PHPDOC_CONFIG"
|
||||
printf 'PHPDOC_CACHE_DIR="%s"\n' "$PHPDOC_CACHE_DIR"
|
||||
printf 'PHPDOC_TARGET_DIR="%s"\n' "$PHPDOC_TARGET_DIR"
|
||||
printf 'PHPDOC_TITLE="%s"\n' "$PHPDOC_TITLE"
|
||||
echo
|
||||
|
|
Loading…
Add table
Reference in a new issue