aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/adeptsense.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-02-26 10:33:38 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2012-02-26 10:33:38 -0500
commitdb4c0c32f0def494e351ca968dfaa67d1588b6a7 (patch)
treeaf8025c8e54b61cbb6c904d6d98d3ac8466d6d06 /modules/textadept/adeptsense.lua
parentf28b0254397541ea46b5eced805597d6d72e5b1a (diff)
downloadtextadept-db4c0c32f0def494e351ca968dfaa67d1588b6a7.tar.gz
textadept-db4c0c32f0def494e351ca968dfaa67d1588b6a7.zip
Support multiple '@return' tags in Lua Adeptsense documentation.
Diffstat (limited to 'modules/textadept/adeptsense.lua')
-rw-r--r--modules/textadept/adeptsense.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua
index d168c5a6..4e8d1286 100644
--- a/modules/textadept/adeptsense.lua
+++ b/modules/textadept/adeptsense.lua
@@ -338,7 +338,8 @@ M.FIELDS = '/* XPM */\nstatic char *field[] = {\n/* columns rows colors chars-pe
-- caret.
-- For example: `buffer.cur` would return `'buffer'` and `'cur'`.
-- @param sense The Adeptsense returned by `adeptsense.new()`.
--- @return symbol or `''`, part or `''`.
+-- @return symbol or `''`
+-- @return part or `''`
-- @name get_symbol
function M.get_symbol(sense)
local line, p = buffer:get_cur_line()