This commit is contained in:
Jeff Williams 2015-01-26 16:56:22 -08:00
parent e0ec38047b
commit efe34bde89

View File

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