summaryrefslogtreecommitdiff
path: root/vendor/zordius/lightncandy/build/gen_doc
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-01 15:30:47 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-01 15:30:47 -0400
commit7e85254903c7c0cb49e381f16b18441ea7b058cc (patch)
treeb22328fcf4c8408fc25a7acb73d1cb1089cd82ac /vendor/zordius/lightncandy/build/gen_doc
parent1de335ad3f395ca6861085393ba366a9e3fb4a0d (diff)
parent1a365e77dfb8825136626202b1df462731b42060 (diff)
Merge commit '1a365e'
Diffstat (limited to 'vendor/zordius/lightncandy/build/gen_doc')
-rw-r--r--vendor/zordius/lightncandy/build/gen_doc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/zordius/lightncandy/build/gen_doc b/vendor/zordius/lightncandy/build/gen_doc
deleted file mode 100644
index 428e619d..00000000
--- a/vendor/zordius/lightncandy/build/gen_doc
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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