mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Fix apidocs
This commit is contained in:
parent
f367237ccc
commit
2109a5fd7d
5 changed files with 27 additions and 3283 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ docs: rest_docs module_api_docs
|
|||
|
||||
rest_docs: setupApiDoc
|
||||
@echo [peppermint/docs] Building docs
|
||||
apidoc -o './docs/RestApi/' --config apidoc.json -f '.*\.php' -e index.php
|
||||
apidoc -o './docs/RestApi/' --config apidoc.json -f '.*\.php' -e 'index.php|ModuleApi'
|
||||
rm -rf doc/
|
||||
|
||||
module_api_docs: phpdoc
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -8,7 +8,7 @@ define({
|
|||
"apidoc": "0.3.0",
|
||||
"generator": {
|
||||
"name": "apidoc",
|
||||
"time": "2018-02-14T22:17:06.668Z",
|
||||
"time": "2018-02-14T22:22:08.521Z",
|
||||
"url": "http://apidocjs.com",
|
||||
"version": "0.17.6"
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"apidoc": "0.3.0",
|
||||
"generator": {
|
||||
"name": "apidoc",
|
||||
"time": "2018-02-14T22:17:06.668Z",
|
||||
"time": "2018-02-14T22:22:08.521Z",
|
||||
"url": "http://apidocjs.com",
|
||||
"version": "0.17.6"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue