aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.dox
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-11-11 16:18:13 +0000
committerDavid Robillard <d@drobilla.net>2009-11-11 16:18:13 +0000
commit9c7106a97f5b6e8324d5cae9accc1f38e0487ae6 (patch)
tree5194dfb0e1769232f8f1ec1b135f53bcd6b9e22f /tuplr.dox
parent694ea4009d9d5ba7a73a58a8050b33f3c514e0ba (diff)
downloadresp-9c7106a97f5b6e8324d5cae9accc1f38e0487ae6.tar.gz
resp-9c7106a97f5b6e8324d5cae9accc1f38e0487ae6.tar.bz2
resp-9c7106a97f5b6e8324d5cae9accc1f38e0487ae6.zip
Fix docs.
git-svn-id: http://svn.drobilla.net/resp/tuplr@246 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'tuplr.dox')
-rw-r--r--tuplr.dox27
1 files changed, 14 insertions, 13 deletions
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