From 03b0b8932ea1c41854a487f9fa6555def9b59462 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 30 Jun 2014 13:06:25 -0400 Subject: Condensed manual and API documentation into single files. --- modules/lua/init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/lua/init.lua') diff --git a/modules/lua/init.lua b/modules/lua/init.lua index f1b5d834..0351cc89 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.lua @@ -24,7 +24,6 @@ module('_M.lua')]] -- 'F' as a module or table field. -- @class table -- @name tags --- @see textadept.editing.autocomplete M.tags = {_HOME..'/modules/lua/tags', _USERHOME..'/modules/lua/tags'} --- @@ -96,8 +95,8 @@ local control_structure_patterns = { --- -- Tries to autocomplete control structures like `if`, `while`, `for`, etc. with -- the `end` keyword. --- @see control_structure_patterns -- @name try_to_autocomplete_end +-- @see control_structure_patterns function M.try_to_autocomplete_end() local line_num = buffer:line_from_position(buffer.current_pos) local line = buffer:get_line(line_num) -- cgit v1.2.3