From b3d0b5defde02020ad41225b4b11e82c4ea90af9 Mon Sep 17 00:00:00 2001
From: mitchell <70453897+667e-11@users.noreply.github.com>
Date: Fri, 10 Feb 2012 13:55:34 -0500
Subject: Update LuaDoc with new formatting.
---
modules/textadept/run.lua | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
(limited to 'modules/textadept/run.lua')
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua
index f200bd83..4f1aea0c 100644
--- a/modules/textadept/run.lua
+++ b/modules/textadept/run.lua
@@ -13,18 +13,22 @@ module('_M.textadept.run')]]
-- Markdown:
-- ## Run Events
--
--- * `_G.events.COMPILE_OUTPUT`: Called after a compile command is executed.
+-- * `_G.events.COMPILE_OUTPUT`
+-- Called after a compile command is executed.
-- When connecting to this event (typically from a language-specific module),
-- connect with an index of `1` and return `true` if the event was handled and
-- you want to override the default handler that prints the output to a new
--- view.
+-- view.
+-- Arguments:
-- * `lexer`: The lexer language.
-- * `output`: The output from the command.
--- * `_G.events.RUN_OUTPUT`: Called after a run command is executed. When
--- connecting to this event (typically from a language-specific module),
+-- * `_G.events.RUN_OUTPUT`
+-- Called after a run command is executed.
+-- When connecting to this event (typically from a language-specific module),
-- connect with an index of `1` and return `true` if the event was handled and
-- you want to override the default handler that prints the output to a new
--- view.
+-- view.
+-- Arguments:
-- * `lexer`: The lexer language.
-- * `output`: The output from the command.
--
cgit v1.2.3