aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-12-20 08:14:33 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-12-20 08:14:33 -0500
commit6aa238780bdb6c2f0258918c4b8eebf8d9cde608 (patch)
tree0e28fd65e6a49437c9cbaf58fe06fec0ccba62e2 /core/init.lua
parenta8514a1ef05a2b375092c0d79d16e8b6492c6c2a (diff)
downloadtextadept-6aa238780bdb6c2f0258918c4b8eebf8d9cde608.tar.gz
textadept-6aa238780bdb6c2f0258918c4b8eebf8d9cde608.zip
Wrap LuaDoc for C tables and functions in long comments.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua
index cd1c9546..11a911d7 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -54,7 +54,7 @@ function user_dofile(filename)
return ok
end
--- The tables below were defined in C.
+--[[ The tables below were defined in C.
---
-- Command line parameters.
@@ -121,3 +121,4 @@ local reset
-- @class function
-- @name timeout
local timeout
+]]