Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
6003CEM-2021JANMAY
/
Node-Api-BackEnd
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Projects
Security
Insights
Files
master
__tests__
controllers
docs
helpers
models
node_modules
permissions
routes
schemas
sql_scripts
strategies
tmp
.gitignore
README.md
app.js
config.js.template
docs.js
index.js
jsdoc.conf.json
package-lock.json
package.json
Breadcrumbs
Node-Api-BackEnd
/
jsdoc.conf.json
Blame
Blame
Latest commit
novaisea
Added models and controllers, fixed some errors in the DB tables
Mar 19, 2021
8ba7f57
·
Mar 19, 2021
History
History
12 lines (12 loc) · 501 Bytes
Breadcrumbs
Node-Api-BackEnd
/
jsdoc.conf.json
Top
File metadata and controls
Code
Blame
12 lines (12 loc) · 501 Bytes
Raw
{ "source": { "includePattern": ".+\\.js(doc|x)?$", // Only process file ending in .js, .jsdoc or .jsx "include": ["."], // Check all folders. "exclude": ["node_modules"] // Be gone, node_modules. }, "recurseDepth": 10, // Only go 10 levels deep. "opts": { "destination": "./docs/jsdocs", // Where I want my docs to be generated. "recurse": true // Same as using -r or --recurse } }
1
2
3
4
5
6
7
8
9
10
11
12
You can’t perform that action at this time.