Skip to content

Commit 2eff894

Browse files
committed
Updates the .gitignore adding docs/ and adds phpdoc to build.sh
1 parent 75feb57 commit 2eff894

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ vendor/
55
orm/
66
public/components/
77
node_modules/
8+
docs/
89

910
############################
1011
# DEPLOYMENT FILES

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ echo "================================================================"
99
php vendor/propel/propel/bin/propel.php sql:build --output-dir="db/"
1010
php vendor/propel/propel/bin/propel.php model:build --output-dir="orm/"
1111
echo "================================================================"
12+
echo "Generating API Documentation into docs/api"
13+
echo "================================================================"
14+
vendor/bin/phpdoc -d system/ -d orm/ -t docs/api/
15+
echo "================================================================"
1216
echo "Jobs Done"
1317
echo "================================================================"

0 commit comments

Comments
 (0)