diff options
author | 2012-03-16 16:53:53 -0400 | |
---|---|---|
committer | 2012-03-16 16:53:53 -0400 | |
commit | bdccda5d155578f6564bd7b13f1d1affd48b0671 (patch) | |
tree | 2f62fe3c2ce5c9d8cb7fe3125fd74360faedf248 /modules/textadept/command_entry.lua | |
parent | c80a277bc7d220465ad46848b4dc805698e30895 (diff) | |
download | textadept-bdccda5d155578f6564bd7b13f1d1affd48b0671.tar.gz textadept-bdccda5d155578f6564bd7b13f1d1affd48b0671.zip |
Moved "Markdown:" comments into module LuaDoc comments.
Diffstat (limited to 'modules/textadept/command_entry.lua')
-rw-r--r-- | modules/textadept/command_entry.lua | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 5483ffa9..0ae836c4 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -4,13 +4,9 @@ --[[ This comment is for LuaDoc. --- -- Textadept's Command entry. -module('gui.command_entry')]] - --- Markdown: --- ## Fields --- --- * `entry_text` [string] +-- @field entry_text (string) -- The text in the entry. +module('gui.command_entry')]] -- Environment for abbreviated commands. -- @class table |