mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
chore(jsdoc): fix up JSDoc comments
This commit is contained in:
parent
effe8d9f78
commit
635437d777
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user