From efe34bde89689327f0377ec67c4f788f43a278fc Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Mon, 26 Jan 2015 16:56:22 -0800 Subject: [PATCH] doc fix --- lib/jsdoc/doclet.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/jsdoc/doclet.js b/lib/jsdoc/doclet.js index 4e7eceff..2c08b300 100644 --- a/lib/jsdoc/doclet.js +++ b/lib/jsdoc/doclet.js @@ -139,6 +139,8 @@ exports._replaceDictionary = function _replaceDictionary(dict) { /** * @class * @classdesc Represents a single JSDoc comment. + * @alias module:jsdoc/doclet.Doclet + * * @param {string} docletSrc - The raw source code of the jsdoc comment. * @param {object=} meta - Properties describing the code related to this comment. */