aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.dox
diff options
context:
space:
mode:
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