Skip to content

Commit 05572c4

Browse files
Merge pull request #130 from tcet-opensource/129-setup_APIDOC
setup APIDOC for auto generating API documentation
2 parents e602821 + 8f99a8b commit 05572c4

File tree

6 files changed

+1967
-626
lines changed

6 files changed

+1967
-626
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
apidoc

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,5 @@ dist
129129
.yarn/install-state.gz
130130
.pnp.*
131131

132+
# ingore genrated APIdocs
133+
apidoc

_apidoc.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
// Current Permissions.
15+
// ------------------------------------------------------------------------------------------
16+
17+
// ------------------------------------------------------------------------------------------
18+
// History.
19+
// ------------------------------------------------------------------------------------------

apidoc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "ERP-backend",
3+
"version": "0.1.0",
4+
"description": "TCET ERP System is a project that aims to simplify and automate daily operation in TCET."
5+
}

0 commit comments

Comments
 (0)