mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
correct docs
This commit is contained in:
parent
914d2409c6
commit
cdee70fe4c
@ -39,6 +39,7 @@
|
|||||||
* @param {string} longName The equivalent long name of the option, entered like: --test.
|
* @param {string} longName The equivalent long name of the option, entered like: --test.
|
||||||
* @param {boolean} hasValue Does this option require a value? Like: -t templatename
|
* @param {boolean} hasValue Does this option require a value? Like: -t templatename
|
||||||
* @param {string} helpText
|
* @param {string} helpText
|
||||||
|
* @param {boolean} [canHaveMultiple=false]
|
||||||
* @param {function} [coercer] A function to coerce the given value to a specific type.
|
* @param {function} [coercer] A function to coerce the given value to a specific type.
|
||||||
* @example
|
* @example
|
||||||
* myParser.addOption('t', 'template', true, 'The path to the template.');
|
* myParser.addOption('t', 'template', true, 'The path to the template.');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user