aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/args.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-03-16 16:53:53 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-03-16 16:53:53 -0400
commitbdccda5d155578f6564bd7b13f1d1affd48b0671 (patch)
tree2f62fe3c2ce5c9d8cb7fe3125fd74360faedf248 /core/args.lua
parentc80a277bc7d220465ad46848b4dc805698e30895 (diff)
Moved "Markdown:" comments into module LuaDoc comments.
Diffstat (limited to 'core/args.lua')
-rw-r--r--core/args.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/args.lua b/core/args.lua
index 08b74ffd..7d2c6e4b 100644
--- a/core/args.lua
+++ b/core/args.lua
@@ -5,13 +5,12 @@ local M = {}
--[[ This comment is for LuaDoc.
---
-- Processes command line arguments for Textadept.
-module('args')]]
-
--- Markdown:
+--
-- ## Arg Events
--
-- + `'arg_none'`
-- Called when no command line arguments are passed to Textadept on init.
+module('args')]]
local arg = arg