builddocs
Version:
Build documentation files from commented source code
10 lines (9 loc) • 355 B
HTML
<<if $in.rest>>...<</if>>
<<if $in.name>>
<<if !$in.description>><a id="<<t prefix + $in.id>>" href="#<<t prefix + $in.id>>"><</if>>
<span class=param><<t $in.name>></span>
<<if !$in.description>></a><</if>>
<<if $in.optional>>⁠?<</if>>:
<</if>>
<<type $in>>
<<if $in.default>><span class=defaultvalue> = <<t $in.default>></span><</if>>