Turn off the auto relation docs, they're a bit too verbose
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 25 Feb 2015 21:02:57 +0000 (16:02 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 25 Feb 2015 21:04:19 +0000 (16:04 -0500)
doc/source/Doxyfile

index be0b604..2e2cbf2 100644 (file)
@@ -395,7 +395,7 @@ TYPEDEF_HIDES_STRUCT   = YES
 # the optimal cache size from a speed point of view.
 # Minimum value: 0, maximum value: 9, default value: 0.
 
-LOOKUP_CACHE_SIZE      = 0
+LOOKUP_CACHE_SIZE      = 
 
 #---------------------------------------------------------------------------
 # Build related configuration options
@@ -552,7 +552,7 @@ SORT_MEMBER_DOCS       = YES
 # this will also influence the order of the classes in the class list.
 # The default value is: NO.
 
-SORT_BRIEF_DOCS        = NO
+SORT_BRIEF_DOCS        = YES
 
 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
 # (brief and detailed) documentation of class members so that constructors and
@@ -571,7 +571,7 @@ SORT_MEMBERS_CTORS_1ST = NO
 # appear in their defined order.
 # The default value is: NO.
 
-SORT_GROUP_NAMES       = NO
+SORT_GROUP_NAMES       = YES
 
 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
 # fully-qualified names, including namespaces. If set to NO, the class list will
@@ -928,7 +928,7 @@ STRIP_CODE_COMMENTS    = NO
 # function all documented functions referencing it will be listed.
 # The default value is: NO.
 
-REFERENCED_BY_RELATION = YES
+REFERENCED_BY_RELATION = NO
 
 # If the REFERENCES_RELATION tag is set to YES then for each documented function
 # all documented entities called/used by that function will be listed.