From b708fa97b490c351f237d22397b8b562d7fb9950 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 9 Aug 2007 03:45:47 -0400 Subject: Added new LuaDoc, updated existing LuaDoc to be more consistent. --- core/handlers.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/handlers.lua') diff --git a/core/handlers.lua b/core/handlers.lua index 81e76f60..5d7433d6 100644 --- a/core/handlers.lua +++ b/core/handlers.lua @@ -154,7 +154,8 @@ add_function_to_handler('char_added', end) --- --- [Local] Sets the title of the Textadept window to the buffer's filename. +-- [Local function] 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 @@ -185,7 +186,7 @@ local _braces = { -- () [] {} <> } --- --- [Local] Highlights matching/mismatched braces appropriately. +-- [Local function] Highlights matching/mismatched braces appropriately. -- @param current_pos The position to match braces at. local function match_brace(current_pos) local buffer = buffer -- cgit v1.2.3