From 96c85498c019e381d0aeed2e33e626563563ea8c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 7 Mar 2012 09:28:43 -0500 Subject: Documentation overhaul with Discount (Markdown implementation). The standard LuaDoc template is no longer used. Instead, the new `scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc` has the template for the Manual. Also added README, CHANGELOG, and THANKS files. --- core/locale.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'core/locale.lua') diff --git a/core/locale.lua b/core/locale.lua index 5448cdc4..a89685ed 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -8,7 +8,7 @@ local M = {} module('_L')]] -- Markdown: --- # Settings +-- ## Settings -- -- * `_NIL` [string] -- String returned when no localization for a given message exists. @@ -26,10 +26,4 @@ for line in f:lines() do end f:close() ---- --- This table contains no functions. --- @class function --- @name no_functions -local no_functions - return setmetatable(M, { __index = function() return M._NIL end }) -- cgit v1.2.3