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
This is a slightly modified and restructured version of [tsd-jsdoc](https://github.com/englercj/tsd-jsdoc) for use with protobuf.js, parked here so we can process issues and pull requests.
5
+
6
+
Options
7
+
-------
8
+
9
+
***module: `string`**<br />
10
+
Wraps everything in a module of the specified name.
11
+
12
+
***private: `boolean`**<br />
13
+
Skips private members when set to `false`.
14
+
15
+
***comments: `boolean`**<br />
16
+
Skips any comments when set to `false`.
17
+
18
+
***destination: `string|boolean`**<br />
19
+
Saves to the specified destination file or to console when set to `false`.
20
+
21
+
Setting options on the command line
22
+
-----------------------------------
23
+
Providing `-q, --query <queryString>` on the command line will set respectively override existing options.
0 commit comments