diff options
author | 2012-01-17 20:19:15 -0500 | |
---|---|---|
committer | 2012-01-17 20:19:15 -0500 | |
commit | 97ea188d73d72fd9807eee7710b55bde39a6ef5a (patch) | |
tree | 7939eb06cc4be7fcd414244aea0eb3fd9e09f75a /core/._M.luadoc | |
parent | d64023344dc20f539b2830acddf07bfaed73f944 (diff) | |
download | textadept-97ea188d73d72fd9807eee7710b55bde39a6ef5a.tar.gz textadept-97ea188d73d72fd9807eee7710b55bde39a6ef5a.zip |
Updated LuaDoc.
Diffstat (limited to 'core/._M.luadoc')
-rw-r--r-- | core/._M.luadoc | 7 |
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 |