correct docs

This commit is contained in:
Jeff Williams 2014-12-07 13:03:43 -08:00
parent c0b7b784a2
commit e02ed2f7fe

View File

@ -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.