summaryrefslogtreecommitdiff
path: root/vendor/zordius/lightncandy/build/gen_doc
blob: 807bc21a553f8fdb3d8988fc92593fcafedfe237 (plain)
1
2
3
4
5
6
#!/bin/sh
curl -O https://cloud.github.com/downloads/ApiGen/ApiGen/ApiGen-2.8.0-standalone.zip
unzip -oq ApiGen-2.8.0-standalone.zip
rm ApiGen-2.8.0-standalone.zip
php -dopen_basedir=/ apigen/apigen.php --source src/ --destination build/result/docs/ --template-config apigen/templates/bootstrap/config.neon --deprecated yes
rm -rf apigen