summaryrefslogtreecommitdiff
path: root/gen_doc
diff options
context:
space:
mode:
Diffstat (limited to 'gen_doc')
-rw-r--r--gen_doc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gen_doc b/gen_doc
new file mode 100644
index 00000000..807bc21a
--- /dev/null
+++ b/gen_doc
@@ -0,0 +1,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