Fixed some problems with signed vs. unsigned numbers which were breaking conditional...
[gem5.git] / Doxyfile
index 3857e0a58c7342befa33de0b5b838da6b323bf1b..38116f6b01114230b15fa40baa05313bcbd91ca5 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -193,7 +193,7 @@ SUBGROUPING            = YES
 # 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.