<%- data.short_desc %>
<%- data.desc %> <% if #data.params > 0 then %>
<%- param.name %> <% if param.optional then %>(optional)<% end %> <% if param.type then %> (<%- param.type %>) <% end %>
<%- param.description %>
<%- ret.description %>
Defined at <%- data.file %>:<%- data.line %>