mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Added support for @uses
This commit is contained in:
parent
cc001da8a5
commit
d2c60e1822
@ -335,6 +335,14 @@
|
||||
isExported: true
|
||||
});
|
||||
|
||||
/** Syntax: @uses <text>
|
||||
@property {TagDefinition} uses
|
||||
@memberOf module:jsdoc/tagdictionary.tagDefinitions
|
||||
*/
|
||||
new TagDefinition('uses', {
|
||||
isExported: true
|
||||
});
|
||||
|
||||
/** Syntax: @extends|augments <type>
|
||||
@property {TagDefinition} extends
|
||||
@memberOf module:jsdoc/tagdictionary.tagDefinitions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user