From cd5994c518513a5adca92bdc14b6d721b95310ac Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 1 Dec 2012 18:40:57 -0500 Subject: Updated parameter LuaDoc. --- core/args.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'core/args.lua') diff --git a/core/args.lua b/core/args.lua index b7ddde8d..db0238d1 100644 --- a/core/args.lua +++ b/core/args.lua @@ -24,11 +24,12 @@ local switches = {} -- *long*, respectively. *narg* is the number of arguments the switch accepts, -- *f* is the function called when the switch is tripped, and *description* is -- the switch's description when displaying help. --- @param short String short version of the switch. --- @param long String long version of the switch. +-- @param short The string short version of the switch. +-- @param long The string long version of the switch. -- @param narg The number of expected parameters for the switch. -- @param f The Lua function to run when the switch is tripped. --- @param description Description of the switch for command line help. +-- @param description The string description of the switch for command line +-- help. -- @name register function M.register(short, long, narg, f, description) local t = {f, narg, description} -- cgit v1.2.3