GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
923 B

2 months ago
  1. protobuf.js fork of tsd-jsdoc
  2. =============================
  3. This is a modified version of [tsd-jsdoc](https://github.com/englercj/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.
  4. Options
  5. -------
  6. * **module: `string`**<br />
  7. Wraps everything in a module of the specified name.
  8. * **private: `boolean`**<br />
  9. Includes private members when set to `true`.
  10. * **comments: `boolean`**<br />
  11. Skips comments when explicitly set to `false`.
  12. * **destination: `string|boolean`**<br />
  13. Saves to the specified destination file or to console when set to `false`.
  14. Setting options on the command line
  15. -----------------------------------
  16. Providing `-q, --query <queryString>` on the command line will set respectively override existing options. Example: `-q module=protobufjs`