<$ functionSyntax(method) $>
<$ method.description | marked $>
<@ if method.params @>
Parameters
<$ paramTable(method.params) $>
<@ endif @>
<@ if method.this @>
Method's <@ code @>this<@ endcode @>
<$ method.this | marked $>
<@ endif @>
<@ if method.returns @>
Returns
<$ typeInfo(method.returns) $>
<@ endif @>
<@ endfor -@>