<% if module_doc then from = "modules/"..module_doc.name elseif file_doc then from = "files/.."..file_doc.name else from = "" end %>
<%=const.private and "local " or ""%><%=const.name:gsub(".+%.","")%>
<%=const.description or ""%> <%if type(const.see) == "string" then %>

See also:

<%=const.see%> <%elseif type(const.see) == "table" and #const.see > 0 then %>

See also: