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. --- modules/lua/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/lua/init.lua') diff --git a/modules/lua/init.lua b/modules/lua/init.lua index 0accbb5c..2a59c666 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.lua @@ -6,8 +6,8 @@ local M = {} --- -- The lua module. -- It provides utilities for editing Lua code. --- User tags are loaded from _USERHOME/modules/lua/tags and user apis are loaded --- from _USERHOME/modules/lua/api. +-- User tags are loaded from `_USERHOME/modules/lua/tags` and user apis are +-- loaded from `_USERHOME/modules/lua/api`. module('_M.lua')]] -- Markdown: -- cgit v1.2.3