File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5
5
orm /
6
6
public /components /
7
7
node_modules /
8
+ docs /
8
9
9
10
# ###########################
10
11
# DEPLOYMENT FILES
Original file line number Diff line number Diff line change @@ -9,5 +9,9 @@ echo "================================================================"
9
9
php vendor/propel/propel/bin/propel.php sql:build --output-dir=" db/"
10
10
php vendor/propel/propel/bin/propel.php model:build --output-dir=" orm/"
11
11
echo " ================================================================"
12
+ echo " Generating API Documentation into docs/api"
13
+ echo " ================================================================"
14
+ vendor/bin/phpdoc -d system/ -d orm/ -t docs/api/
15
+ echo " ================================================================"
12
16
echo " Jobs Done"
13
17
echo " ================================================================"
You can’t perform that action at this time.
0 commit comments