aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/gui.lua3
-rw-r--r--core/init.lua3
2 files changed, 4 insertions, 2 deletions
diff --git a/core/gui.lua b/core/gui.lua
index fbf84d89..e8159b59 100644
--- a/core/gui.lua
+++ b/core/gui.lua
@@ -406,7 +406,7 @@ end)
connect(events.ERROR, function(...) gui._print(L('[Error Buffer]'), ...) end)
--- The functions below are Lua C functions.
+--[[ The functions below are Lua C functions.
---
-- Displays a gcocoadialog of a specified type with the given string arguments.
@@ -456,3 +456,4 @@ local goto_view
-- @class function
-- @name gtkmenu
local gtkmenu
+]]
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
+]]