We're not using php_error anymore

This commit is contained in:
Starbeamrainbowlabs 2018-12-12 23:37:35 +00:00
parent 87fdb1440c
commit 0cd0b8d281
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 1 additions and 4817 deletions

View File

@ -102,7 +102,7 @@ function task_docs {
--directory . \
--target docs/ModuleApi\
--cache-folder build/_tmp/ModuleApiCache \
--ignore build/,php_error.php,Parsedown*,*.html \
--ignore build/,Parsedown*,*.html \
--title "Pepperminty Wiki Module API" \
--visibility public;
task_end $?;

File diff suppressed because one or more lines are too long