From c7856b26495aa069e7db0eb29181364fd14f6819 Mon Sep 17 00:00:00 2001
From: waddlesplash <ajcsweb@gmail.com>
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.
---
docs/user/Doxyfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user/Doxyfile b/docs/user/Doxyfile
index 5e174f0..068bdc8 100644
a
|
b
|
ALWAYS_DETAILED_SEC = NO
|
113 | 113 | # members were ordinary class members. Constructors, destructors and assignment |
114 | 114 | # operators of the base classes will not be shown. |
115 | 115 | |
116 | | INLINE_INHERITED_MEMB = YES |
| 116 | INLINE_INHERITED_MEMB = NO |
117 | 117 | |
118 | 118 | # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full |
119 | 119 | # path before files name in the file list and in the header files. If set |