From 0ba8226e59045c339568cd6bfe58db36b3c507d4 Mon Sep 17 00:00:00 2001 From: Michael Mathews Date: Wed, 28 Jul 2010 12:20:35 +0100 Subject: [PATCH] Minor refactoring. --- modules/jsdoc/tagdictionary.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/jsdoc/tagdictionary.js b/modules/jsdoc/tagdictionary.js index f83c7e6b..52b73d39 100644 --- a/modules/jsdoc/tagdictionary.js +++ b/modules/jsdoc/tagdictionary.js @@ -9,7 +9,7 @@ var tagDefinitions = {}; /** - @method module:jsdoc/tagdictionary.lookup + Return a tag definition for the tag with the given title. @param tagTitle Like "param" or "desc" @returns {TagDefinition} The definition for that tag or an empty object. */ @@ -46,7 +46,7 @@ /** @inner @constructor - @member module:jsdoc/tagdictionary + @memberOf module:jsdoc/tagdictionary */ function TagDefinition(title, opts) { this.title = title;