aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/iface.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2011-08-18 21:01:56 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2011-08-18 21:01:56 -0400
commit1c454b71dc571eb5b936903055ab420d845aa555 (patch)
treecfc60018218a8281e3cbb42265bad1cfac8ed66f /core/iface.lua
parentdfce0c55378154760a8a8e7b4e0ec0aa3ae679f2 (diff)
Updated LuaDoc.
Diffstat (limited to 'core/iface.lua')
-rw-r--r--core/iface.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/iface.lua b/core/iface.lua
index 9d043159..e31d7954 100644
--- a/core/iface.lua
+++ b/core/iface.lua
@@ -41,6 +41,7 @@ end
-- Use this function for custom indicators in order to prevent clashes with
-- identifiers of other custom indicators.
-- @usage local indic_num = _SCINTILLA.next_indic_number()
+-- @see buffer.indic_style
function next_indic_number()
indic_number = indic_number + 1
return indic_number