aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-07-21 19:41:51 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-07-21 19:41:51 -0400
commitf47212e4ff3ed14df76e2e5c4ed954129014c009 (patch)
tree4d4d084753cbd16788b30456b42f30bef1f20d4f /core
parenta07b573d6b514d5288d09c8d4725177f57429e35 (diff)
downloadtextadept-f47212e4ff3ed14df76e2e5c4ed954129014c009.tar.gz
textadept-f47212e4ff3ed14df76e2e5c4ed954129014c009.zip
Link to gtdialog documentation in LuaDoc; core/gui.lua
Diffstat (limited to 'core')
-rw-r--r--core/gui.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/gui.lua b/core/gui.lua
index 75051b04..4431d350 100644
--- a/core/gui.lua
+++ b/core/gui.lua
@@ -442,7 +442,8 @@ The functions below are Lua C functions.
-- 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.
--- For more information on gtdialog, see http://foicica.com/gtdialog.
+-- For more information on gtdialog, see [http://foicica.com/gtdialog](
+-- http://foicica.com/gtdialog).
-- @param kind The kind of gtdialog.
-- @param ... Parameters to the gtdialog.
-- @return string gtdialog result.