From e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 12 May 2013 14:55:54 +0200 Subject: doxy: don't sort struct members alphabetically The declaration order is more meanigful in most cases. --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Doxyfile') diff --git a/doc/Doxyfile b/doc/Doxyfile index 3b2236cb43..e330ad719d 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -409,7 +409,7 @@ INLINE_INFO = YES # alphabetically by member name. If set to NO the members will appear in # declaration order. -SORT_MEMBER_DOCS = YES +SORT_MEMBER_DOCS = NO # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the # brief documentation of file, namespace and class members alphabetically -- cgit v1.2.3