From 6aa238780bdb6c2f0258918c4b8eebf8d9cde608 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 20 Dec 2011 08:14:33 -0500 Subject: Wrap LuaDoc for C tables and functions in long comments. --- core/gui.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/gui.lua') 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 +]] -- cgit v1.2.3