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

Functions

% for i, m in enumerate(functions): % 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