From 095980fbbc1f5f4956afdee2802b87ce45f245e7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 16 Sep 2013 21:26:43 -0400 Subject: Removed the `SC_` prefix from constants in `_SCINTILLA.constants`. Also removed more unused constants. --- doc/markdowndoc.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/markdowndoc.lua') diff --git a/doc/markdowndoc.lua b/doc/markdowndoc.lua index ea1ba26a..e8947784 100644 --- a/doc/markdowndoc.lua +++ b/doc/markdowndoc.lua @@ -269,7 +269,6 @@ function M.start(doc) template.toc = template.toc:gsub('()', '%1%2') -- strip params :gsub('([^<]+)', '%1') -- sans serif :gsub('>rectangular_[%w_]+', '>') - :gsub('>SC_[%u]+', '>') :gsub('>_G.(events.[%w_]+)', '>%1') f = io_open(M.options.output_dir..'/api/'..name..'.html', 'wb') -- cgit v1.2.3