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/command_entry.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/textadept/command_entry.lua') diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 3eb3c6a5..465e7a02 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -92,10 +92,11 @@ events.connect(events.COMMAND_ENTRY_KEYPRESS, function(code) end end) --- The function below is a Lua C function. +--[[ The function below is a Lua C function. --- -- Focuses the command entry. -- @class function -- @name focus local focus +]] -- cgit v1.2.3