$for(parents)$
- $parents.name$
$endfor$
- $basename$
$if(js)$
$if(event)$
$endif$
$if(module)$
$endif$
$if(function)$
$endif$
$if(method)$
$endif$
$summary$
$if(synopsis)$
Synopsis
$synopsis$
$endif$
$if(arguments)$
Arguments
$for(arguments)$
- $arguments$
$endfor$
$endif$
$if(returns)$
Returns
$returns$
$endif$
$if(throws)$
Throws
$for(throws)$
- $throws$
$endfor$
$endif$
$body$
$endif$
$if(guide)$
$if(header)$
$endif$
$body$
$endif$