diff Doxyfile.in @ 18824:8e09a0c971b9

Disable sorting brief Doxygen documentation. This means that lists of struct members are in the right order (and that the _purple_reservedX fields are not right at the top of UiOp structs, revelling in their unjustified prominence).
author Will Thompson <will.thompson@collabora.co.uk>
date Mon, 06 Aug 2007 22:43:29 +0000
parents 5c6f019e48f8
children 57d350900136 73bb2ab128a4
line wrap: on
line diff
--- a/Doxyfile.in	Mon Aug 06 22:07:48 2007 +0000
+++ b/Doxyfile.in	Mon Aug 06 22:43:29 2007 +0000
@@ -300,7 +300,7 @@
 # by member name. If set to NO (the default) the members will appear in 
 # declaration order.
 
-SORT_BRIEF_DOCS        = YES
+SORT_BRIEF_DOCS        = NO
 
 # 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