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
A list of javascript source files (or glob expressions) to parse for documentation. If this option is not set jsdoc-parse will wait for source code on stdin (i.e. `cat *.js | jsdoc-parse <options>`).
* A list of javascript source files (or glob expressions) to parse for documentation. If this option is not set jsdoc-parse will wait for source code on stdin (i.e. `cat *.js | jsdoc-parse <options>`).
35
+
* A list of javascript source files (or glob expressions) to parse for documentation. If this option is not set jsdoc-parse will wait for source code on stdin (i.e. `cat *.js | jsdoc-parse <options>`).
36
36
* @type {string | string[]}
37
37
* @example
38
38
* var parse = require("jsdoc-parse")
@@ -67,7 +67,7 @@ class ParseOptions {
67
67
this.html=false
68
68
69
69
/**
70
-
* Sort by one of more fields, e.g. `--sort-by kind category`. Pass the special value `none` to * remove the default sort order.
70
+
* Sort by one of more fields, e.g. `--sort-by kind category`. Pass the special value `none` to remove the default sort order.
0 commit comments