From 72dfdc7940ae7700ccb02813055757a3af6e00d4 Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Thu, 7 Nov 2013 13:44:54 -0500 Subject: [PATCH] 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 --- docs/user/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/Doxyfile b/docs/user/Doxyfile index 5e174f05d1..068bdc8341 100644 --- a/docs/user/Doxyfile +++ b/docs/user/Doxyfile @@ -113,7 +113,7 @@ ALWAYS_DETAILED_SEC = NO # 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