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. --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 4d1537ce..1911fbfb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -341,15 +341,15 @@ clean: # Documentation. -doc: rootdoc manual luadoc adeptsense +doc: rootdoc manual luadoc tadoc rootdoc: ../*.md $(bombay) -d ../doc -t ../doc --title Textadept --navtitle '' $^ manual: ../doc/*.md $(bombay) -d ../doc -t ../doc --title Textadept --navtitle Manual $^ luadoc: ../modules ../core ../lexers cd ../doc && $(luadoc) -d . -t . --doclet markdowndoc $^/lexer.lua -adeptsense: ../modules ../core ../lexers - cd ../modules && $(luadoc) -d lua --doclet lua/adeptsensedoc $^/lexer.lua +tadoc: ../modules ../core ../lexers + cd ../modules && $(luadoc) -d lua --doclet lua/tadoc $^/lexer.lua cleandoc: ; rm -rf ../doc/*.html ../doc/api # Releases. -- cgit v1.2.3