+
$(ldoc.title)
# if ldoc.custom_css then -- add custom CSS file if configured.
@@ -68,7 +68,7 @@ return [==[
# for kind, mods, type in ldoc.kinds() do
# if ldoc.allowed_in_contents(type,module) then
$(kind)
-
+
# for mod in mods() do local name = display_name(mod)
# if mod.name == this_mod then
# end -- for items
@@ -182,8 +182,8 @@ return [==[
# for value in iter(tag) do
$(li)$(custom.format and custom.format(value) or M(value))$(il)
# end -- for
+
# end -- if tag
-
# end -- iter tags
# end
@@ -217,7 +217,8 @@ return [==[
# end
# if sublist then
-
+
+
# end
# end -- for
@@ -226,7 +227,9 @@ return [==[
# if show_return and item.retgroups then local groups = item.retgroups
Returns:
# for i,group in ldoc.ipairs(groups) do local li,il = use_li(group)
+# if #group > 1 then
+# end
# for r in group:iter() do local type, ctypes = item:return_type(r); local rt = ldoc.typename(type)
$(li)
# if rt ~= '' then
@@ -243,7 +246,9 @@ return [==[
# end -- if ctypes
# end -- for r
+# if #group > 1 then
+# end
# if i < #groups then