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. */