diff options
author | Austin Henriksen <austin@zeroc.com> | 2022-08-16 15:35:01 -0400 |
---|---|---|
committer | Austin Henriksen <austin@zeroc.com> | 2022-08-16 15:35:01 -0400 |
commit | 0a4be5ca4fd3dc94d684dfe93bcf71a3bc8de780 (patch) | |
tree | 5c4abb5b137bdc479c55d11a8a4dd10f85e35088 /cpp/doxygen | |
parent | Update expired test certificates. (diff) | |
download | ice-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-cpp11 | 2 | ||||
-rw-r--r-- | cpp/doxygen/config-cpp98 | 2 |
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 |