Generate docs

Not adding to composer.json because of apigen's
php5.4 requirement
This commit is contained in:
Matthias Mullie 2015-02-16 21:06:04 +01:00
parent e95b7b98e4
commit 0990d3f686
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
/build
/docs
/vendor
/.idea
/.project
@ -6,4 +7,4 @@
/.buildpath
/.settings
.*.swp
.DS_Store
.DS_Store

5
makefile Normal file
View File

@ -0,0 +1,5 @@
docs:
wget http://apigen.org/apigen.phar
chmod +x apigen.phar
php apigen.phar generate --source=src --destination=docs --template-theme=bootstrap
rm apigen.phar