[geos-commits] [SCM] GEOS branch 3.12 updated. 7e41789f56d0b8f80e5a403bd3096d4c49ccf516

git at osgeo.org git at osgeo.org
Tue Sep 3 14:49:04 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.12 has been updated
       via  7e41789f56d0b8f80e5a403bd3096d4c49ccf516 (commit)
      from  a8474e59b99e763e11ec2b1a16f37d1f744a8151 (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 7e41789f56d0b8f80e5a403bd3096d4c49ccf516
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