Set INLINE_INHERITED_MEMB to NO.
* "YES" causes all members of a class to be stuck in that class' page. * No need to do that, there's a "List all members" page. * This will make the docs a lot smaller and easier to read. Signed-off-by: John Scipione <[email protected]>
This commit is contained in:
committed by
John Scipione
parent
0c873619ce
commit
72dfdc7940
+1
-1
@@ -113,7 +113,7 @@ ALWAYS_DETAILED_SEC = NO
|
|||||||
# members were ordinary class members. Constructors, destructors and assignment
|
# members were ordinary class members. Constructors, destructors and assignment
|
||||||
# operators of the base classes will not be shown.
|
# 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
|
# 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
|
# path before files name in the file list and in the header files. If set
|
||||||
|
|||||||
Reference in New Issue
Block a user