diff options
author | 2010-08-31 21:48:53 -0400 | |
---|---|---|
committer | 2010-08-31 21:48:53 -0400 | |
commit | ec7557073c3665530f954d3e4d813ef47c059073 (patch) | |
tree | 2be1db42b70126ea1a82c35f4ef67d6333bb220e /core | |
parent | b89dfeeb143d97f7b6ff2ffad457b019ff55363d (diff) | |
download | textadept-ec7557073c3665530f954d3e4d813ef47c059073.tar.gz textadept-ec7557073c3665530f954d3e4d813ef47c059073.zip |
Updated LuaDoc.
Diffstat (limited to 'core')
-rw-r--r-- | core/args.lua | 5 |
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 = {} |