aboutsummaryrefslogtreecommitdiff
path: root/core/gui.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-03-16 16:53:53 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-03-16 16:53:53 -0400
commitbdccda5d155578f6564bd7b13f1d1affd48b0671 (patch)
tree2f62fe3c2ce5c9d8cb7fe3125fd74360faedf248 /core/gui.lua
parentc80a277bc7d220465ad46848b4dc805698e30895 (diff)
downloadtextadept-bdccda5d155578f6564bd7b13f1d1affd48b0671.tar.gz
textadept-bdccda5d155578f6564bd7b13f1d1affd48b0671.zip
Moved "Markdown:" comments into module LuaDoc comments.
Diffstat (limited to 'core/gui.lua')
-rw-r--r--core/gui.lua16
1 files changed, 6 insertions, 10 deletions
diff --git a/core/gui.lua b/core/gui.lua
index 56bc1eb7..f97ace83 100644
--- a/core/gui.lua
+++ b/core/gui.lua
@@ -4,21 +4,17 @@ local gui = gui
--[[ This comment is for LuaDoc.
--- The core gui table.
-module('gui')]]
-
--- Markdown:
--- ## Fields
---
--- * `title` [string]
+-- @field title (string)
-- The title of the Textadept window.
--- * `context_menu`
+-- @field context_menu
-- A GTK menu defining the editor's context menu.
--- * `clipboard_text` [string] (Read-only)
+-- @field clipboard_text (string, Read-only)
-- The text on the clipboard.
--- * `statusbar_text` [string]
+-- @field statusbar_text (string)
-- The text displayed by the statusbar.
--- * `docstatusbar_text` [string] (Write-only)
+-- @field docstatusbar_text (string, Write-only)
-- The text displayed by the doc statusbar.
+module('gui')]]
local _L = _L