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/init.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'core/init.lua') diff --git a/core/init.lua b/core/init.lua index 056a212b..8f7fd360 100644 --- a/core/init.lua +++ b/core/init.lua @@ -30,23 +30,24 @@ module('_G')]] -- * `_HOME` [string] -- Path to the directory containing Textadept. -- * `_LEXERPATH` [string] --- Paths to lexers, formatted like [`package.path`][package_path]. +-- Paths to lexers, formatted like [`package.path`][]. -- * `_RELEASE` [string] -- The Textadept release version. -- * `_USERHOME` [string] -- Path to the user's `~/.textadept/`. -- * `_CHARSET` [string] -- The character set encoding of the filesystem. --- This is used in [File I/O](../modules/io.html). +-- This is used in [File I/O][]. -- * `RESETTING` [bool] --- If [`reset()`](../modules/_G.html#reset) has been called, this flag is --- `true` while the Lua state is being re-initialized. +-- If [`reset()`](#reset) has been called, this flag is `true` while the Lua +-- state is being re-initialized. -- * `WIN32` [bool] -- If Textadept is running on Windows, this flag is `true`. -- * `OSX` [bool] -- If Textadept is running on Mac OSX, this flag is `true`. -- --- [package_path]: http://www.lua.org/manual/5.1/manual.html#pdf-package.path +-- [`package.path`]: http://www.lua.org/manual/5.2/manual.html#pdf-package.path +-- [File I/O]: io.html --- -- Calls `dofile()` on the given filename in the user's Textadept directory. -- cgit v1.2.3