aboutsummaryrefslogtreecommitdiff
path: root/core/gui.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-12-13 08:18:09 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-12-13 08:18:09 -0500
commitddd7cb1720c3561ddd2ff850e0aefdbaf4675197 (patch)
tree34e53d7690e10ad6632292bcee1886aecd444a43 /core/gui.lua
parent0847cacbac661692d91d70315d5798af235e489a (diff)
downloadtextadept-ddd7cb1720c3561ddd2ff850e0aefdbaf4675197.tar.gz
textadept-ddd7cb1720c3561ddd2ff850e0aefdbaf4675197.zip
Remove 'package.seeall' from LuaDoc comments.
Diffstat (limited to 'core/gui.lua')
-rw-r--r--core/gui.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/gui.lua b/core/gui.lua
index 9e657d45..056c6672 100644
--- a/core/gui.lua
+++ b/core/gui.lua
@@ -414,6 +414,8 @@ connect(events.ERROR, function(...) gui._print(L('[Error Buffer]'), ...) end)
-- Each argument is like a string in Lua's `arg` table. Tables of strings are
-- allowed as arguments and are expanded in place. This is useful for
-- filteredlist dialogs with many items.
+-- @param kind The kind of gcocoadialog.
+-- @param ... Parameters to the gcocoadialog.
-- @return string gcocoadialog result.
-- @class function
-- @name dialog