diff options
author | 2012-03-16 16:53:53 -0400 | |
---|---|---|
committer | 2012-03-16 16:53:53 -0400 | |
commit | bdccda5d155578f6564bd7b13f1d1affd48b0671 (patch) | |
tree | 2f62fe3c2ce5c9d8cb7fe3125fd74360faedf248 /core/locale.lua | |
parent | c80a277bc7d220465ad46848b4dc805698e30895 (diff) | |
download | textadept-bdccda5d155578f6564bd7b13f1d1affd48b0671.tar.gz textadept-bdccda5d155578f6564bd7b13f1d1affd48b0671.zip |
Moved "Markdown:" comments into module LuaDoc comments.
Diffstat (limited to 'core/locale.lua')
-rw-r--r-- | core/locale.lua | 8 |
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' |