MCPcopy Create free account
hub / github.com/documentationjs/documentation / paramSection

Function paramSection

src/output/markdown_ast.js:108–115  ·  view source on GitHub ↗
(comment)

Source from the content-addressed store, hash-verified

106 }
107
108 function paramSection(comment) {
109 return (
110 comment.params.length > 0 && [
111 u('heading', { depth: depth + 1 }, [u('text', 'Parameters')]),
112 paramList(comment.params)
113 ]
114 );
115 }
116
117 function propertySection(comment) {
118 return (

Callers 1

generateFunction · 0.85

Calls 1

paramListFunction · 0.85

Tested by

no test coverage detected