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
c0b7b784a2
commit
e02ed2f7fe
@ -830,11 +830,11 @@ function addTagDefinitions(dictionary, tagDefs) {
|
|||||||
/**
|
/**
|
||||||
* Populate the given dictionary with the appropriate JSDoc tag definitions.
|
* Populate the given dictionary with the appropriate JSDoc tag definitions.
|
||||||
*
|
*
|
||||||
* If the `tagDefs` parameter is omitted, JSDoc uses its configuration settings to decide which
|
* If the `tagDefinitions` parameter is omitted, JSDoc uses its configuration settings to decide
|
||||||
* tags to add to the dictionary.
|
* which tags to add to the dictionary.
|
||||||
*
|
*
|
||||||
* If the `tagDefs` parameter is included, JSDoc adds only the tag definitions from the `tagDefs`
|
* If the `tagDefinitions` parameter is included, JSDoc adds only the tag definitions from the
|
||||||
* object. The configuration settings are ignored.
|
* `tagDefinitions` object. The configuration settings are ignored.
|
||||||
*
|
*
|
||||||
* @param {module:jsdoc/tag/dictionary} dictionary
|
* @param {module:jsdoc/tag/dictionary} dictionary
|
||||||
* @param {Object} [tagDefinitions] - A dictionary whose values define the rules for a JSDoc tag.
|
* @param {Object} [tagDefinitions] - A dictionary whose values define the rules for a JSDoc tag.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user