diff options
author | Sven Gothel <[email protected]> | 2022-05-01 22:11:53 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-01 22:11:53 +0200 |
commit | 987f698885baba78353361a0cb913e726c7be9d6 (patch) | |
tree | c6712d2e126f7e659bbec938a9fe07f0c84b7a57 /Doxyfile.java.in | |
parent | d3941db9889d59e777e1ca76cbeabebc3ab8ebb3 (diff) |
Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, CppLang, DataStructs, Concurrency, Floats, Fractions, Integrals, JavaJVM, Network, Stringv0.9.2
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 9b66054..9ddbd03 100644 --- a/Doxyfile.java.in +++ b/Doxyfile.java.in @@ -571,7 +571,7 @@ SORT_MEMBERS_CTORS_1ST = NO # 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 |