mirror of
https://github.com/protobufjs/protobuf.js.git
synced 2025-12-08 20:58:55 +00:00
protobuf.js fork of tsd-jsdoc
This is a slightly modified and restructured version of tsd-jsdoc for use with protobuf.js, parked here so we can process issues and pull requests.
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