aboutsummaryrefslogtreecommitdiff
path: root/core/.command_entry.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-12-12 19:15:53 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-12-12 19:15:53 -0500
commit9f804f70df793dd2d50c0b14000ab83a6bc02b83 (patch)
tree12b826dc06b800d868854231d4db56d489697832 /core/.command_entry.luadoc
parent51bfd53e48d5310eb786069b758e0430129daf54 (diff)
downloadtextadept-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.luadoc16
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