[geos-commits] [SCM] GEOS branch 3.11 updated. d6d727e495b72f335612d7e3c94da1a659c5d2fb
git at osgeo.org
git at osgeo.org
Tue Sep 3 14:49:22 PDT 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, 3.11 has been updated
via d6d727e495b72f335612d7e3c94da1a659c5d2fb (commit)
from fb471f1bfd933473951012d363a85e4edaf77470 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d6d727e495b72f335612d7e3c94da1a659c5d2fb
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Sep 3 14:48:13 2024 -0700
Avoid test failure on new doxygen over newlines
diff --git a/doxygen/check_doxygen_errors.cmake b/doxygen/check_doxygen_errors.cmake
index 78a0c74c2..0d4bf385e 100644
--- a/doxygen/check_doxygen_errors.cmake
+++ b/doxygen/check_doxygen_errors.cmake
@@ -32,7 +32,7 @@ if(EXISTS "${DOXYGEN_LOGFILE}")
foreach(LINE ${LOGFILE})
string(REGEX MATCH
- ".*(not documented|ignoring unsupported tag).*" IGNORE ${LINE})
+ ".*(not documented|ignoring unsupported tag|tag without matching).*" IGNORE ${LINE})
if("${IGNORE}" STREQUAL "")
list(APPEND ERRORS ${LINE})
endif()
-----------------------------------------------------------------------
Summary of changes:
doxygen/check_doxygen_errors.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list