Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
LICENSE | 2023-08-29 | 1.1 kB | |
plugin.js | 2023-08-29 | 541 Bytes | |
publish.js | 2023-08-29 | 20.0 kB | |
README.md | 2023-08-29 | 923 Bytes | |
Totals: 4 Items | 22.6 kB | 0 |
protobuf.js fork of tsd-jsdoc
This is a modified version of tsd-jsdoc v1.0.1 for use with protobuf.js, parked here so we can process issues and pull requests. The ultimate goal is to switch back to the a recent version of tsd-jsdoc once it meets our needs.
Options
-
module:
string
Wraps everything in a module of the specified name. -
private:
boolean
Includes private members when set totrue
. -
comments:
boolean
Skips comments when explicitly set tofalse
. -
destination:
string|boolean
Saves to the specified destination file or to console when set tofalse
.
Setting options on the command line
Providing -q, --query <queryString>
on the command line will set respectively override existing options. Example: -q module=protobufjs