From 8ed0d15bc9c71ed78ca13cf867ac34ea6716d5be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 18 May 2013 20:14:03 +0200 Subject: [PATCH] Don't sort member docs in Doxygen so \overload works as expected. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 00044b78c..994702e38 100644 --- a/Doxyfile +++ b/Doxyfile @@ -490,7 +490,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