aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-08-31 21:48:53 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-08-31 21:48:53 -0400
commitec7557073c3665530f954d3e4d813ef47c059073 (patch)
tree2be1db42b70126ea1a82c35f4ef67d6333bb220e /core
parentb89dfeeb143d97f7b6ff2ffad457b019ff55363d (diff)
downloadtextadept-ec7557073c3665530f954d3e4d813ef47c059073.tar.gz
textadept-ec7557073c3665530f954d3e4d813ef47c059073.zip
Updated LuaDoc.
Diffstat (limited to 'core')
-rw-r--r--core/args.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/args.lua b/core/args.lua
index 5647851f..d145008d 100644
--- a/core/args.lua
+++ b/core/args.lua
@@ -3,9 +3,8 @@
--- Processes command line arguments for Textadept.
module('args', package.seeall)
----
--- [Local table] Contains registered command line switches.
--- @type table
+-- Contains registered command line switches.
+-- @class table
-- @name switches
local switches = {}