Thanks to visit codestin.com
Credit goes to jausoft.com

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Göthel <[email protected]>2026-01-29 11:52:53 +0100
committerSven Göthel <[email protected]>2026-01-29 11:52:53 +0100
commit852dd5d5a31e83cbfd09e4195c578f9653c3fa4c (patch)
tree454419ce77596a44fd52fe491fec26742a118a3a
parent5cae3f729f9a547ccb0b346fa73c761790415c18 (diff)
Doxygen: Align sorting cpp->java, exclude private impl namespaces (cpp)HEADv1.5.0master
-rw-r--r--doc/Doxyfile.cpp.in2
-rw-r--r--doc/Doxyfile.java.in8
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/Doxyfile.cpp.in b/doc/Doxyfile.cpp.in
index 3df398c..a9f7601 100644
--- a/doc/Doxyfile.cpp.in
+++ b/doc/Doxyfile.cpp.in
@@ -821,7 +821,7 @@ EXCLUDE_PATTERNS = *Ioctl.hpp
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*
-EXCLUDE_SYMBOLS =
+EXCLUDE_SYMBOLS = jau::impl, jau::cfmt::impl, jau::cfmt2, jau::io::impl, jau::mp::impl, jau::os::impl, test_impl
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
# that contain example code fragments that are included (see the \include
diff --git a/doc/Doxyfile.java.in b/doc/Doxyfile.java.in
index 824e574..c58a9ed 100644
--- a/doc/Doxyfile.java.in
+++ b/doc/Doxyfile.java.in
@@ -538,7 +538,7 @@ INLINE_INFO = YES
# name. If set to NO, the members will appear in declaration order.
# The default value is: YES.
-SORT_MEMBER_DOCS = YES
+SORT_MEMBER_DOCS = NO
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
# descriptions of file, namespace and class members alphabetically by member
@@ -546,7 +546,7 @@ SORT_MEMBER_DOCS = YES
# this will also influence the order of the classes in the class list.
# The default value is: NO.
-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 constructors and
@@ -558,7 +558,7 @@ SORT_BRIEF_DOCS = NO
# detailed member documentation.
# The default value is: NO.
-SORT_MEMBERS_CTORS_1ST = NO
+SORT_MEMBERS_CTORS_1ST = YES
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
# of group names into alphabetical order. If set to NO the group names will
@@ -2117,7 +2117,7 @@ INCLUDED_BY_GRAPH = YES
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
-CALL_GRAPH = YES
+CALL_GRAPH = NO
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
# dependency graph for every global function or class method.