diff options
Diffstat (limited to 'tuplr.dox')
-rw-r--r-- | tuplr.dox | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |