<%namespace file="template.util.html" name="util" /> ${name}

${name}

% if doc: ${doc} % endif
% if len(members):

Members

% endif % if len(methods):

Methods

% endif % for i, m in enumerate(methods): % if "doc" in m:

${util.func(m)}

${m["doc"]} % if len(m["arguments"]): % endif % if "doc" in m["return"]: Returns ${util.type(m["return"]["type"])}: ${m["return"]["doc"]} % endif
% endif % endfor