aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/markdowndoc.lua
Commit message (Collapse)AuthorAge
* More code cleanup.Gravatar mitchell2013-04-29
| | | | | | "local buffer = buffer" and similar optimizations are not needed since lexing the buffer is much more expensive and reaction time is limited by how fast the keyboard can submit key presses.
* Fixed bug in API documentation link generator; doc/markdowndoc.luaGravatar mitchell2013-02-24
|
* Updated copyright date.Gravatar mitchell2013-01-20
|
* Rewrote LuaDoc.Gravatar mitchell2012-11-19
|
* Changed Lua code style for tables.Gravatar mitchell2012-11-19
|
* Updated documentation formatting.Gravatar mitchell2012-10-29
| | | | | Pathnames and filenames are italic and be more consistent with constant width text.
* Updated doc/markdowndoc.lua.Gravatar mitchell2012-10-29
|
* Use '@field' LuaDoc for events defined in modules.Gravatar mitchell2012-10-08
|
* Documentation overhaul.Gravatar mitchell2012-09-12
| | | | | Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
* Properly link '@see' tags outside of the current module; doc/markdowndoc.luaGravatar mitchell2012-09-12
| | | | | Global functions/tables must be prefixed with '_G.'. Otherwise, full names can be used.
* Generate valid XHTML; doc/markdowndoc.luaGravatar mitchell2012-04-12
|
* Do not link the current page in the navigation list; doc/markdowndoc.luaGravatar mitchell2012-03-17
|
* Specify favicon; doc/markdowndoc.luaGravatar mitchell2012-03-16
|
* Moved "Markdown:" comments into module LuaDoc comments.Gravatar mitchell2012-03-16
|
* Replaced doc/gen_manual.lua with new unversioned tool.Gravatar mitchell2012-03-10
|
* No blockquoting of LuaDoc.Gravatar mitchell2012-03-08
|
* Added header and footer to Manual and LuaDoc.Gravatar mitchell2012-03-08
|
* Create doc/api/index.html; doc/markdowndoc.luaGravatar mitchell2012-03-07
|
* Removed `scripts/update_doc` in favor of using `src/Makefile`.Gravatar mitchell2012-03-07