Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
dienianindya 2ce56fd9e5 Update 31/01 il y a 1 an
..
LICENSE Update 31/01 il y a 1 an
README.md Update 31/01 il y a 1 an
plugin.js Update 31/01 il y a 1 an
publish.js Update 31/01 il y a 1 an

README.md

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 to true.

  • comments: boolean
    Skips comments when explicitly set to false.

  • destination: string|boolean
    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. Example: -q module=protobufjs