aboutsummaryrefslogtreecommitdiff
path: root/doc/markdowndoc.lua
AgeCommit message (Collapse)Author
2019-12-31Updated copyright year.mitchell
2019-02-16Updated copyright year.mitchell
2018-01-25Updated copyright year.mitchell
2016-12-31Updated copyright information.mitchell
2016-06-14Fixed API documentation generation bug; doc/markdowndoc.luamitchell
Headers with non-alphanumeric characters were causing trouble.
2015-12-31Updated copyright date.mitchell
2015-04-01Small code cleanup; doc/markdown.luamitchell
2014-12-31Updated copyright year.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-12Lua code cleanup.mitchell
2014-06-07Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.mitchell
2014-01-12Updated copyright information.mitchell
2014-01-12New home page along with some documentation content and layout changes.mitchell
2013-09-16Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.mitchell
Also removed more unused constants.
2013-04-29More code cleanup.mitchell
"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.
2013-02-24Fixed bug in API documentation link generator; doc/markdowndoc.luamitchell
2013-01-20Updated copyright date.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
2012-10-29Updated doc/markdowndoc.lua.mitchell
2012-10-08Use '@field' LuaDoc for events defined in modules.mitchell
2012-09-12Documentation overhaul.mitchell
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
2012-09-12Properly link '@see' tags outside of the current module; doc/markdowndoc.luamitchell
Global functions/tables must be prefixed with '_G.'. Otherwise, full names can be used.
2012-04-12Generate valid XHTML; doc/markdowndoc.luamitchell
2012-03-17Do not link the current page in the navigation list; doc/markdowndoc.luamitchell
2012-03-16Specify favicon; doc/markdowndoc.luamitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-10Replaced doc/gen_manual.lua with new unversioned tool.mitchell
2012-03-08No blockquoting of LuaDoc.mitchell
2012-03-08Added header and footer to Manual and LuaDoc.mitchell
2012-03-07Create doc/api/index.html; doc/markdowndoc.luamitchell
2012-03-07Removed `scripts/update_doc` in favor of using `src/Makefile`.mitchell