mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Minor refactoring.
This commit is contained in:
parent
4e2f283679
commit
0ba8226e59
@ -9,7 +9,7 @@
|
|||||||
var tagDefinitions = {};
|
var tagDefinitions = {};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@method module:jsdoc/tagdictionary.lookup
|
Return a tag definition for the tag with the given title.
|
||||||
@param tagTitle Like "param" or "desc"
|
@param tagTitle Like "param" or "desc"
|
||||||
@returns {TagDefinition} The definition for that tag or an empty object.
|
@returns {TagDefinition} The definition for that tag or an empty object.
|
||||||
*/
|
*/
|
||||||
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
/** @inner
|
/** @inner
|
||||||
@constructor
|
@constructor
|
||||||
@member module:jsdoc/tagdictionary
|
@memberOf module:jsdoc/tagdictionary
|
||||||
*/
|
*/
|
||||||
function TagDefinition(title, opts) {
|
function TagDefinition(title, opts) {
|
||||||
this.title = title;
|
this.title = title;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user