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

Function typeSection

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

Source from the content-addressed store, hash-verified

63 */
64 function generate(depth, comment) {
65 function typeSection(comment) {
66 return (
67 comment.type &&
68 u('paragraph', [u('text', 'Type: ')].concat(formatType(comment.type)))
69 );
70 }
71
72 function paramList(params) {
73 if (params.length === 0) return [];

Callers 1

generateFunction · 0.85

Calls 1

formatTypeFunction · 0.85

Tested by

no test coverage detected