aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-02-10 13:55:34 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2012-02-10 13:55:34 -0500
commitb3d0b5defde02020ad41225b4b11e82c4ea90af9 (patch)
treea3f3fbfd41b21757630c1e59cbf9d9ed801fa983 /core/init.lua
parentfbcb4f5c1dcfa2ffa45fb82a3bad2e543ee071e9 (diff)
downloadtextadept-b3d0b5defde02020ad41225b4b11e82c4ea90af9.tar.gz
textadept-b3d0b5defde02020ad41225b4b11e82c4ea90af9.zip
Update LuaDoc with new formatting.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua29
1 files changed, 18 insertions, 11 deletions
diff --git a/core/init.lua b/core/init.lua
index 3a332fc8..b2fa5663 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -27,17 +27,24 @@ module('_G')]]
-- Markdown:
-- ## Fields
--
--- * `_HOME` [string]: Path to the directory containing Textadept.
--- * `_LEXERPATH` [string]: Paths to lexers, formatted like
--- [`package.path`][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).
--- * `RESETTING` [bool]: If [`reset()`](../modules/_G.html#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`.
+-- * `_HOME` [string]
+-- Path to the directory containing Textadept.
+-- * `_LEXERPATH` [string]
+-- Paths to lexers, formatted like [`package.path`][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).
+-- * `RESETTING` [bool]
+-- If [`reset()`](../modules/_G.html#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