Add custom type to LDoc config

master
Jordan Irwin 2021-06-15 16:52:41 -07:00
parent c9b8ef2d12
commit 880f25b348
1 changed files with 14 additions and 1 deletions

View File

@ -4,4 +4,17 @@ format = "markdown"
not_luadoc = true
boilerplate = false
file = "api.lua"
file = {"settings.lua", "api.lua", "formspec.lua",}
new_type("setting", "Settings")
custom_tags = {
{
"settype",
title = "Type",
},
{
"default",
title = "Default value",
},
}