MCPcopy
hub / github.com/jsdoc/jsdoc / setDocletDescriptionToValue

Function setDocletDescriptionToValue

lib/jsdoc/tag/dictionary/definitions.js:105–109  ·  view source on GitHub ↗
(doclet, {value})

Source from the content-addressed store, hash-verified

103}
104
105function setDocletDescriptionToValue(doclet, {value}) {
106 if (value) {
107 doclet.addTag('description', value);
108 }
109}
110
111function setDocletTypeToValueType(doclet, {value}) {
112 if (value && value.type) {

Callers 1

onTaggedFunction · 0.85

Calls 1

addTagMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…