Fix broken list in documentation

This commit is contained in:
Jordan Irwin 2021-08-01 01:19:04 -07:00
parent 47345a34b5
commit 446138050e
No known key found for this signature in database
GPG Key ID: E3E358C2F44C290A
1 changed files with 2 additions and 2 deletions

View File

@ -1229,7 +1229,7 @@ e.g. Markdown
- `custom_display_name_handler(item, default_handler)` function that formats an item's name. The arguments are the item
and the default function used to format the name. For example, to show an icon or label beside any
function tagged with a certain tag:
<code>
-- define a @callback tag:
custom_tags = { { 'callback', hidden = true } }
@ -1240,7 +1240,7 @@ function tagged with a certain tag:
end
return default_handler(item)
end
</code>
- `not_luadoc` set to `true` if the docs break LuaDoc compatibility
- `no_space_before_args` set to `true` if you do not want a space between a function's name and its arguments.
- `template_escape` overrides the usual '#' used for Lua code in templates.