aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/adeptsense.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-04-30 14:38:29 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-04-30 14:38:29 -0400
commit2b0dfd1cdb9002c1b248e95648161d939b5bc727 (patch)
treefa940ff08decddc1f869bdf3375bde567cb8c3a0 /modules/textadept/adeptsense.lua
parentd8c9d1f54c22a4fc00e607a61485ef9349b91fb5 (diff)
downloadtextadept-2b0dfd1cdb9002c1b248e95648161d939b5bc727.tar.gz
textadept-2b0dfd1cdb9002c1b248e95648161d939b5bc727.zip
More code cleanup.
Diffstat (limited to 'modules/textadept/adeptsense.lua')
-rw-r--r--modules/textadept/adeptsense.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua
index 6d58ff41..55c0effc 100644
--- a/modules/textadept/adeptsense.lua
+++ b/modules/textadept/adeptsense.lua
@@ -661,6 +661,7 @@ function M.get_apidoc(sense, symbol)
end
local apidocs = nil
+
---
-- Shows a call tip with API documentation for the symbol behind the caret.
-- If documentation is already being shown, cycles through multiple definitions.