aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-09-19 18:47:13 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-09-19 18:47:13 +0000
commite1803e3adb7754ad612a0251f0772f3e37d805aa (patch)
treee561f577278e2de5d7b5567198688b7a4bf3029e
parent5f6235b195f5eb65623c806ed17fec7e217918e0 (diff)
downloadlufa-e1803e3adb7754ad612a0251f0772f3e37d805aa.tar.gz
lufa-e1803e3adb7754ad612a0251f0772f3e37d805aa.tar.bz2
lufa-e1803e3adb7754ad612a0251f0772f3e37d805aa.zip
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.
-rw-r--r--LUFA/Doxygen.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf
index 5b1cb4905..5c40192f4 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