MCPcopy Create free account
hub / github.com/jsdoc/jsdoc / newDoclet

Function newDoclet

plugins/markdown.js:85–87  ·  view source on GitHub ↗

* Translate Markdown syntax in a new doclet's description into HTML. Is run * by JSDoc 3 whenever a "newDoclet" event fires.

({doclet})

Source from the content-addressed store, hash-verified

83 * by JSDoc 3 whenever a "newDoclet" event fires.
84 */
85 newDoclet({doclet}) {
86 process(doclet);
87 }
88};

Callers

nothing calls this directly

Calls 1

processFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…