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. --- modules/textadept/find.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/textadept/find.lua') diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index c9146e7a..b82d882a 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -397,7 +397,7 @@ events.connect(events.VIEW_NEW, function() buffer:marker_set_back(MARK_FIND, MARK_FIND_COLOR) end) --- The functions below are Lua C functions. +--[[ The functions below are Lua C functions. --- -- Displays and focuses the find/replace dialog. @@ -428,3 +428,4 @@ local replace -- @class function -- @name replace_all local replace_all +]] -- cgit v1.2.3