From 97ea188d73d72fd9807eee7710b55bde39a6ef5a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 17 Jan 2012 20:19:15 -0500 Subject: Updated LuaDoc. --- core/._M.luadoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'core/._M.luadoc') 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 -- cgit v1.2.3