From 314482b95ff83f1f88e41d45fadd05a7e625bb0c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 29 Jun 2009 00:28:50 +0000 Subject: Split code up further. git-svn-id: http://svn.drobilla.net/resp/tuplr@165 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- tuplr.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tuplr.dox') diff --git a/tuplr.dox b/tuplr.dox index 01e4390..456d159 100644 --- a/tuplr.dox +++ b/tuplr.dox @@ -297,7 +297,7 @@ SYMBOL_CACHE_SIZE = 0 # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES -EXTRACT_ALL = NO +EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. @@ -568,6 +568,7 @@ INPUT = src/constrain.cpp \ src/cps.cpp \ src/gc.cpp \ src/gclib.cpp \ + src/lex.cpp \ src/llvm.cpp \ src/pprint.cpp \ src/tuplr.cpp \ -- cgit v1.2.1