From e1803e3adb7754ad612a0251f0772f3e37d805aa Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 19 Sep 2012 18:47:13 +0000 Subject: [PATCH] Enable sorting of the member functions in the Doxygen output, so that functions in the documentation are listed in alphabetical order rather than order of definition. --- LUFA/Doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf index 5b1cb4905b..5c40192f42 100644 --- a/LUFA/Doxygen.conf +++ b/LUFA/Doxygen.conf @@ -487,7 +487,7 @@ SORT_MEMBER_DOCS = YES # by member name. If set to NO (the default) the members will appear in # declaration order. -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