Skip to content

Commit e55b811

Browse files
committed
added _apidoc.js file to write all api docs
1 parent f4a3bb7 commit e55b811

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
_apidoc.js
1+
_apidoc.js
2+
apidoc

_apidoc.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// ------------------------------------------------------------------------------------------
2+
// General apiDoc documentation blocks and old history blocks.
3+
// ------------------------------------------------------------------------------------------
4+
5+
// ------------------------------------------------------------------------------------------
6+
// Current Success.
7+
// ------------------------------------------------------------------------------------------
8+
9+
// ------------------------------------------------------------------------------------------
10+
// Current Errors.
11+
// ------------------------------------------------------------------------------------------
12+
13+
14+
// ------------------------------------------------------------------------------------------
15+
// Current Permissions.
16+
// ------------------------------------------------------------------------------------------
17+
18+
// ------------------------------------------------------------------------------------------
19+
// History.
20+
// ------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)