summaryrefslogtreecommitdiff
path: root/docgen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'docgen.lua')
-rw-r--r--docgen.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/docgen.lua b/docgen.lua
index 6d7be24..97c0241 100644
--- a/docgen.lua
+++ b/docgen.lua
@@ -119,8 +119,6 @@ luaApiFile:write(
"---"..FUNC_DESC.log.."\n---@param logLevel integer\n---@param message string\nfunction RL.log( logLevel, message ) end\n" )
luaApiFile:write(
"---"..FUNC_DESC.exit.."\nfunction RL.exit() end\n" )
-luaApiFile:write(
-"---"..FUNC_DESC.exit.."\nfunction RL.exit() end\n" )
-- Object unloading.