Some docs stuff

This commit is contained in:
Robert Jelic
2025-03-17 19:09:15 +01:00
parent 60f3b5176f
commit 59b4b4f88b
4 changed files with 20 additions and 13 deletions

View File

@@ -326,6 +326,9 @@ local function markdownClassFunctionList(className)
end
end
end
if(#fList<=0)then
return ""
end
local output = "\n## Functions\n\n|Method|Returns|Description|\n|---|---|---|\n"
for _, block in pairs(fList) do