diff --git a/lib/jsdoc/util/templateHelper.js b/lib/jsdoc/util/templateHelper.js index 8398599e..b013b213 100644 --- a/lib/jsdoc/util/templateHelper.js +++ b/lib/jsdoc/util/templateHelper.js @@ -844,14 +844,14 @@ exports.createLink = function(doclet) { exports.longnamesToTree = name.longnamesToTree; /** -* Replace the existing tag dictionary with a new tag dictionary. -* -* Used for testing only. Do not call this method directly. Instead, call -* {@link module:jsdoc/doclet._replaceDictionary}, which also updates this module's tag dictionary. -* -* @private -* @param {module:jsdoc/tag/dictionary.Dictionary} dict - The new tag dictionary. -*/ + * Replace the existing tag dictionary with a new tag dictionary. + * + * Used for testing only. Do not call this method directly. Instead, call + * {@link module:jsdoc/doclet._replaceDictionary}, which also updates this module's tag dictionary. + * + * @private + * @param {module:jsdoc/tag/dictionary.Dictionary} dict - The new tag dictionary. + */ exports._replaceDictionary = function _replaceDictionary(dict) { dictionary = dict; };