aboutsummaryrefslogtreecommitdiff
path: root/core/._M.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-01-17 20:19:15 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2012-01-17 20:19:15 -0500
commit97ea188d73d72fd9807eee7710b55bde39a6ef5a (patch)
tree7939eb06cc4be7fcd414244aea0eb3fd9e09f75a /core/._M.luadoc
parentd64023344dc20f539b2830acddf07bfaed73f944 (diff)
downloadtextadept-97ea188d73d72fd9807eee7710b55bde39a6ef5a.tar.gz
textadept-97ea188d73d72fd9807eee7710b55bde39a6ef5a.zip
Updated LuaDoc.
Diffstat (limited to 'core/._M.luadoc')
-rw-r--r--core/._M.luadoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc
index 0cfd032a..04d2e938 100644
--- a/core/._M.luadoc
+++ b/core/._M.luadoc
@@ -2,9 +2,10 @@
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the
-- global _M table.
+--[[ This comment is for LuaDoc.
---
-- A table of loaded modules.
-module('_M')
+module('_M')]]
-- Markdown:
-- ## Overview
@@ -93,4 +94,6 @@ module('_M')
---
-- This module contains no functions.
-function no_functions() end no_functions = nil
+-- @class function
+-- @name no_functions
+local no_functions