mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
parent
3e1d704eac
commit
ff81796a71
@ -396,6 +396,9 @@ exports.defineTags = function(dictionary) {
|
|||||||
setDocletTypeToValueType(doclet, tag);
|
setDocletTypeToValueType(doclet, tag);
|
||||||
doclet.addTag('name', doclet.type.names[0]);
|
doclet.addTag('name', doclet.type.names[0]);
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
setDocletNameToValue(doclet, tag);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.synonym('host');
|
.synonym('host');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user