From bdccda5d155578f6564bd7b13f1d1affd48b0671 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 16 Mar 2012 16:53:53 -0400 Subject: Moved "Markdown:" comments into module LuaDoc comments. --- core/args.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'core/args.lua') 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 -- cgit v1.2.3