Revert to creating doxygen for *all* functions.
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Wed, 07 Nov 2012 12:58:29 -0800
changeset 9122 257f931d13e1
parent 9120 9dc069207a90
child 9123 a2c0863500a9
Revert to creating doxygen for *all* functions.
doc/doxygen.conf
--- a/doc/doxygen.conf	Mon Nov 05 13:52:58 2012 -0800
+++ b/doc/doxygen.conf	Wed Nov 07 12:58:29 2012 -0800
@@ -357,7 +357,7 @@
 # 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.