diff options
author | 2011-12-12 19:15:53 -0500 | |
---|---|---|
committer | 2011-12-12 19:15:53 -0500 | |
commit | 9f804f70df793dd2d50c0b14000ab83a6bc02b83 (patch) | |
tree | 12b826dc06b800d868854231d4db56d489697832 /core/.command_entry.luadoc | |
parent | 51bfd53e48d5310eb786069b758e0430129daf54 (diff) | |
download | textadept-9f804f70df793dd2d50c0b14000ab83a6bc02b83.tar.gz textadept-9f804f70df793dd2d50c0b14000ab83a6bc02b83.zip |
Remove 'module' and update LuaDoc comments appropriately.
Diffstat (limited to 'core/.command_entry.luadoc')
-rw-r--r-- | core/.command_entry.luadoc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/core/.command_entry.luadoc b/core/.command_entry.luadoc deleted file mode 100644 index 3dbab4ba..00000000 --- a/core/.command_entry.luadoc +++ /dev/null @@ -1,16 +0,0 @@ --- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- This is a DUMMY FILE used for making LuaDoc for built-in functions in the --- global gui.command_entry table. - ---- --- Textadept's Command entry. -module('gui.command_entry') - --- Markdown: --- ## Fields --- --- * `entry_text` [string]: The text in the entry. - ---- --- Focuses the command entry. -function focus() end |