-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Post-merge; Repo now includes a restructured version of tsd-jsdoc wit…
…h our changes incorporated for issues/prs, see #550
- Loading branch information
Showing
8 changed files
with
2,869 additions
and
2,406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
protobuf.js fork of tsd-jsdoc | ||
============================= | ||
|
||
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. | ||
|
||
Options | ||
------- | ||
|
||
* **module: `string`**<br /> | ||
Wraps everything in a module of the specified name. | ||
|
||
* **private: `boolean`**<br /> | ||
Skips private members when set to `false`. | ||
|
||
* **comments: `boolean`**<br /> | ||
Skips any comments when set to `false`. | ||
|
||
* **destination: `string|boolean`**<br /> | ||
Saves to the specified destination file or to console when set to `false`. | ||
|
||
Setting options on the command line | ||
----------------------------------- | ||
Providing `-q, --query <queryString>` on the command line will set respectively override existing options. |
Oops, something went wrong.