chore(jsdoc): fix up JSDoc comments

This commit is contained in:
Jeff Williams 2022-12-27 14:31:32 -08:00
parent effe8d9f78
commit 635437d777
No known key found for this signature in database

View File

@ -36,7 +36,7 @@ class TagDefinition {
}
/**
* @alias module:jsdoc/tag/dictionary.Dictionary
* @memberof module:jsdoc/tag/dictionary
*/
class Dictionary {
constructor() {
@ -170,5 +170,4 @@ class Dictionary {
}
}
/** @type {module:jsdoc/tag/dictionary.Dictionary} */
exports.Dictionary = Dictionary;