forked from mirrors/easyappointments
Created new code-doc.sh file
This commit is contained in:
parent
30a97cfd0a
commit
256aaeb82a
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,11 @@ rm -rf doc
|
|||
|
||||
mkdir doc
|
||||
mkdir doc/apigen
|
||||
mkdir doc/jsdoc
|
||||
|
||||
php rsc/apigen.phar generate \
|
||||
-s "src/application/controllers,src/application/models,src/application/libraries" \
|
||||
-d "doc/apigen" --exclude "*external*" --tree --todo --template-theme "bootstrap"
|
||||
-d "doc/apigen" --exclude "*external*" --tree --todo --template-theme "bootstrap"
|
||||
|
||||
|
||||
#jsdoc "src/assets/js" -d "doc/jsdoc"
|
Loading…
Reference in a new issue