UNPKG

funcunit

Version:
22 lines (12 loc) 635 B
@typedef {function(documentjs.process.docObject)} documentjs.generators.html.types.renderer(docObject) renderer @parent documentjs.generators.html.build.types A renderer built by [documentjs.generators.html.build.renderer] that is used to render each [documentjs.process.docObject docObject]. @param {documentjs.process.docObject} docObject The [documentjs.tags tag] data of a comment. @return {String} The HTML to be outputted. @body ## Properties A renderer function also has a `.layout` property which can be used to render the layout template and a `.content` property that can be used to render the `content` template.