[haiku-commits] haiku: hrev46326 - docs/user

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 7 Nov 2013 23:21:18 +0100 (CET)

hrev46326 adds 1 changeset to branch 'master'
old head: 0c873619ce86975e9ed3c66e88ca4dc9ef303a82
new head: 72dfdc7940ae7700ccb02813055757a3af6e00d4
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=72dfdc7+%5E0c87361

----------------------------------------------------------------------------

72dfdc7: 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 <jscipione@xxxxxxxxx>

                                        [ waddlesplash <ajcsweb@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46326
Commit:      72dfdc7940ae7700ccb02813055757a3af6e00d4
URL:         http://cgit.haiku-os.org/haiku/commit/?id=72dfdc7
Author:      waddlesplash <ajcsweb@xxxxxxxxx>
Date:        Thu Nov  7 18:44:54 2013 UTC
Committer:   John Scipione <jscipione@xxxxxxxxx>
Commit-Date: Thu Nov  7 22:18:54 2013 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
docs/user/Doxyfile | 2 +-

----------------------------------------------------------------------------

diff --git a/docs/user/Doxyfile b/docs/user/Doxyfile
index 5e174f0..068bdc8 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


Other related posts:

  • » [haiku-commits] haiku: hrev46326 - docs/user - jscipione