diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-10-29 14:11:27 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-01 16:46:20 -0500 |
commit | 9f22d436c536c18df0e3c434162048490c80191f (patch) | |
tree | da5257cb9435bcdbe3614e4f758e36244cac5ed0 /cpp/doxygen/config-cpp98 | |
parent | Fixed doxygen warnings and updated configs. (diff) | |
download | ice-9f22d436c536c18df0e3c434162048490c80191f.tar.bz2 ice-9f22d436c536c18df0e3c434162048490c80191f.tar.xz ice-9f22d436c536c18df0e3c434162048490c80191f.zip |
Remove IcePatch2 (#602)
Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
Diffstat (limited to 'cpp/doxygen/config-cpp98')
-rw-r--r-- | cpp/doxygen/config-cpp98 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/doxygen/config-cpp98 b/cpp/doxygen/config-cpp98 index 618a8114fa9..79169654b8d 100644 --- a/cpp/doxygen/config-cpp98 +++ b/cpp/doxygen/config-cpp98 @@ -932,8 +932,7 @@ EXCLUDE_PATTERNS = EXCLUDE_SYMBOLS = IceInternal \ IceUtilInternal \ - Glacier2Internal \ - IcePatch2 + Glacier2Internal # 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 |