Skip to content

Commit 21f6be4

Browse files
author
Isaac Ramirez
committed
- jsdoc updates:
- allow private stuff to be documented - inlcude source files & linenumbers
1 parent 0247db9 commit 21f6be4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/conf.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"includeDate": false,
4141
"navType": "vertical",
4242
"inverseNav": false,
43+
"outputSourceFiles": true,
4344
"linenums": true,
44-
"sort": false
45+
"sort": true
4546
}
4647
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Personal notes & JavaScript code for the book: Algorithms 4th edition by Robert Sedgewick and Kevin Wayne.",
55
"scripts": {
6-
"docs": "jsdoc -c docs/conf.json --pedantic --verbose",
6+
"docs": "jsdoc -c docs/conf.json --pedantic --verbose -a all",
77
"lint": "standard \"src/**/*.js\"",
88
"lint:fix": "yarn lint --fix",
99
"pretest": "yarn lint",

0 commit comments

Comments
 (0)