From 0a776648bf2f7a2fb4873e5fa8552eec81dd0fac Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sun, 7 Dec 2014 20:32:53 -0800 Subject: [PATCH] whitespace --- lib/jsdoc/util/templateHelper.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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; };