aboutsummaryrefslogtreecommitdiff
path: root/core/locale.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-03-16 16:53:53 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-03-16 16:53:53 -0400
commitbdccda5d155578f6564bd7b13f1d1affd48b0671 (patch)
tree2f62fe3c2ce5c9d8cb7fe3125fd74360faedf248 /core/locale.lua
parentc80a277bc7d220465ad46848b4dc805698e30895 (diff)
downloadtextadept-bdccda5d155578f6564bd7b13f1d1affd48b0671.tar.gz
textadept-bdccda5d155578f6564bd7b13f1d1affd48b0671.zip
Moved "Markdown:" comments into module LuaDoc comments.
Diffstat (limited to 'core/locale.lua')
-rw-r--r--core/locale.lua8
1 files changed, 2 insertions, 6 deletions
diff --git a/core/locale.lua b/core/locale.lua
index 92aea70e..a2a0d9d4 100644
--- a/core/locale.lua
+++ b/core/locale.lua
@@ -5,13 +5,9 @@ local M = {}
--[[ This comment is for LuaDoc.
---
-- Table of all messages used by Textadept for localization.
-module('_L')]]
-
--- Markdown:
--- ## Settings
---
--- * `_NIL` [string]
+-- @field _NIL (string)
-- String returned when no localization for a given message exists.
+module('_L')]]
M._NIL = 'No Localization'