diff options
author | Sven Gothel <[email protected]> | 2022-06-03 05:50:56 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-06-03 05:50:56 +0200 |
commit | 076c82ab5a95714d7295d520fe0aa5bfa62bf6cd (patch) | |
tree | 891b5c0ee161dfe70176ac1c97f3c6f4f19278e3 /Doxyfile.java.in | |
parent | bd0db6f21578835fd6cdf60537f0057fc101358f (diff) |
Doxyfile.java.in: SORT_GROUP_NAMES=YES
Diffstat (limited to 'Doxyfile.java.in')
-rw-r--r-- | Doxyfile.java.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.java.in b/Doxyfile.java.in index 3046a5f9..85fb3224 100644 --- a/Doxyfile.java.in +++ b/Doxyfile.java.in @@ -571,7 +571,7 @@ SORT_MEMBERS_CTORS_1ST = YES # appear in their defined order. # The default value is: NO. -SORT_GROUP_NAMES = NO +SORT_GROUP_NAMES = YES # 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 NO, the class list will |