From 3a8ba35148bff928929402a9234c4eb6a4cbc937 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 19 Jul 2009 17:11:15 -0400 Subject: Removed [Local {function,table}] documentation from being shown in LuaDoc. --- core/events.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/events.lua') diff --git a/core/events.lua b/core/events.lua index e990a5c6..61ebd3ea 100644 --- a/core/events.lua +++ b/core/events.lua @@ -295,9 +295,7 @@ add_handler('buffer_new', if not ret then io.stderr:write(errmsg) end end) ---- --- [Local function] Sets the title of the Textadept window to the buffer's --- filename. +-- Sets the title of the Textadept window to the buffer's filename. -- @param buffer The currently focused buffer. local function set_title(buffer) local buffer = buffer -- cgit v1.2.3