From 9c7106a97f5b6e8324d5cae9accc1f38e0487ae6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 11 Nov 2009 16:18:13 +0000 Subject: Fix docs. git-svn-id: http://svn.drobilla.net/resp/tuplr@246 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- tuplr.dox | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'tuplr.dox') diff --git a/tuplr.dox b/tuplr.dox index c1f9d1e..42ff6ce 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. @@ -564,18 +564,19 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = src/constrain.cpp \ - src/cps.cpp \ - src/gc.cpp \ - src/gclib.cpp \ - src/lex.cpp \ - src/llvm.cpp \ - src/parse.cpp \ - src/pprint.cpp \ - src/repl.cpp \ - src/tuplr.cpp \ - src/tuplr.hpp \ - src/unify.cpp +INPUT = \ + src/constrain.cpp \ + src/cps.cpp \ + src/gc.cpp \ + src/lex.cpp \ + src/llvm.cpp \ + src/parse.cpp \ + src/pprint.cpp \ + src/repl.cpp \ + src/tuplr.cpp \ + src/tuplr.hpp \ + src/tuplr_gc.cpp \ + src/unify.cpp # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is -- cgit v1.2.1