From e56735ed361d707618c8c45b56efffd51194ef30 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 7 Jun 2014 11:33:45 -0400 Subject: Added buffer constants to buffer LuaDoc and improved Lua tags and api generator. --- doc/markdowndoc.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/markdowndoc.lua') diff --git a/doc/markdowndoc.lua b/doc/markdowndoc.lua index c32dcc4e..eb9e4803 100644 --- a/doc/markdowndoc.lua +++ b/doc/markdowndoc.lua @@ -269,6 +269,9 @@ function M.start(doc) p:close() template.toc = template.toc:gsub('()', '%1%2') -- strip params :gsub('([^<]+)', '%1') -- sans serif + :gsub('>CASEINSEN[%w_]+', '>') + :gsub('>FOLDFLAG_[%w_]+', '>') + :gsub('>WRAPVISUAL[%w_]+', '>') :gsub('>rectangular_[%w_]+', '>') :gsub('>_G.(events.[%w_]+)', '>%1') -- cgit v1.2.3