@ macro typeList(types) -@> <@ for typeName in types @><$ typeName | escape $><@ endfor @> <@- endmacro -@> <@ macro paramTable(params, isDirective) @>
| <@ if isDirective @>Attr<@ else @>Param<@ endif @> | Type | Details |
|---|---|---|
|
<$ param.name $>
<@ if param.alias @>| <$ param.alias $><@ endif @>
<@ if param.type.optional @> (optional) <@ endif @>
|
<$ param.type.name $> |
<$ param.description | marked $>
<@ if param.default @> (default: <$ param.default $>) <@ endif @> |
| <$ typeList(fn.typeList) $> | <$ fn.description $> |