From bdccda5d155578f6564bd7b13f1d1affd48b0671 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 16 Mar 2012 16:53:53 -0400 Subject: Moved "Markdown:" comments into module LuaDoc comments. --- core/locale.lua | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'core/locale.lua') 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' -- cgit v1.2.3