9a99763
diff -ur root-6.06.02.orig/documentation/doxygen/Doxyfile root-6.06.02/documentation/doxygen/Doxyfile
9a99763
--- root-6.06.02.orig/documentation/doxygen/Doxyfile	2016-03-03 10:36:03.000000000 +0100
9a99763
+++ root-6.06.02/documentation/doxygen/Doxyfile	2016-04-04 04:40:27.000000000 +0200
9a99763
@@ -2058,7 +2058,7 @@
9a99763
 # The default value is: NO.
9a99763
 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
9a99763
 
9a99763
-MACRO_EXPANSION        = NO
9a99763
+MACRO_EXPANSION        = YES
9a99763
 
9a99763
 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
9a99763
 # the macro expansion is limited to the macros specified with the PREDEFINED and
9a99763
@@ -2066,7 +2066,7 @@
9a99763
 # The default value is: NO.
9a99763
 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
9a99763
 
9a99763
-EXPAND_ONLY_PREDEF     = NO
9a99763
+EXPAND_ONLY_PREDEF     = YES
9a99763
 
9a99763
 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
9a99763
 # INCLUDE_PATH will be searched if a #include is found.
9a99763
@@ -2098,7 +2098,7 @@
9a99763
 # recursively expanded use the := operator instead of the = operator.
9a99763
 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
9a99763
 
9a99763
-PREDEFINED             =
9a99763
+PREDEFINED             = ClassDef(x,y)=// ClassImp(x)=// ClassImpQ(x)=// templateClassImp(x)=// NamespaceImp(x)=//
9a99763
 
9a99763
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
9a99763
 # tag can be used to specify a list of macro names that should be expanded. The