Current File : /home/jvzmxxx/wiki/vendor/zordius/lightncandy/build/gen_doc
#!/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