{* ldoc.markup(mod.description) *}
{% local kinds = {} local kindsIpairs = {} for kind, items in mod.kinds() do local name = kind if kind == "Tables" then name = "Fields" end for item in items() do if kinds[name] == nil then kinds[name] = {} local value = {} value.kind = name value.items = kinds[name] table.insert(kindsIpairs, value) end kinds[name][item] = true end end %} {% for i, value in ipairs(kindsIpairs) do local kind = value.kind local items = value.items %}This is an internal function! You are able to use it, but you risk unintended side effects if used incorrectly.
Documentation for this section is incomplete and needs expanding.
{* ldoc.markup(ldoc.descript(item)) *}
{% end %}{* ldoc.markup(item.params.map[argumentName]) *}
{* ldoc.markup(returnValue.text) *}
{* usage *}
{% end %}
{% end %}
{% if (item.see) then %}