From ec7557073c3665530f954d3e4d813ef47c059073 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 31 Aug 2010 21:48:53 -0400 Subject: Updated LuaDoc. --- core/args.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'core') 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 = {} -- cgit v1.2.3