summaryrefslogtreecommitdiff
path: root/cpp/doxygen
diff options
context:
space:
mode:
authorAustin Henriksen <austin@zeroc.com>2022-08-16 15:35:01 -0400
committerAustin Henriksen <austin@zeroc.com>2022-08-16 15:35:01 -0400
commit0a4be5ca4fd3dc94d684dfe93bcf71a3bc8de780 (patch)
tree5c4abb5b137bdc479c55d11a8a4dd10f85e35088 /cpp/doxygen
parentUpdate expired test certificates. (diff)
downloadice-0a4be5ca4fd3dc94d684dfe93bcf71a3bc8de780.tar.bz2
ice-0a4be5ca4fd3dc94d684dfe93bcf71a3bc8de780.tar.xz
ice-0a4be5ca4fd3dc94d684dfe93bcf71a3bc8de780.zip
Updated Doxygen configs so C++ mappings ignore each other.
Diffstat (limited to 'cpp/doxygen')
-rw-r--r--cpp/doxygen/config-cpp112
-rw-r--r--cpp/doxygen/config-cpp982
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/doxygen/config-cpp11 b/cpp/doxygen/config-cpp11
index 7fa3d7a4c9d..3bf9cfb4f3d 100644
--- a/cpp/doxygen/config-cpp11
+++ b/cpp/doxygen/config-cpp11
@@ -903,7 +903,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE =
+EXCLUDE = ../include/generated/cpp98
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
diff --git a/cpp/doxygen/config-cpp98 b/cpp/doxygen/config-cpp98
index 618a8114fa9..097d517a470 100644
--- a/cpp/doxygen/config-cpp98
+++ b/cpp/doxygen/config-cpp98
@@ -903,7 +903,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE =
+EXCLUDE = ../include/generated/cpp11
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded