فهرست منبع

Don't show inherited members as if they were part of the class

rdb 14 سال پیش
والد
کامیت
0955c464ab
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      direct/src/directscripts/Doxyfile.cxx
  2. 1 1
      direct/src/directscripts/Doxyfile.python

+ 1 - 1
direct/src/directscripts/Doxyfile.cxx

@@ -122,7 +122,7 @@ ALWAYS_DETAILED_SEC    = YES
 # members were ordinary class members. Constructors, destructors and assignment 
 # operators of the base classes will not be shown.
 
-INLINE_INHERITED_MEMB  = YES
+INLINE_INHERITED_MEMB  = NO
 
 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 
 # path before files name in the file list and in the header files. If set 

+ 1 - 1
direct/src/directscripts/Doxyfile.python

@@ -122,7 +122,7 @@ ALWAYS_DETAILED_SEC    = YES
 # members were ordinary class members. Constructors, destructors and assignment 
 # operators of the base classes will not be shown.
 
-INLINE_INHERITED_MEMB  = YES
+INLINE_INHERITED_MEMB  = NO
 
 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 
 # path before files name in the file list and in the header files. If set