[geos-commits] [SCM] GEOS branch main updated. 2b5721bc96d64c3d768bd0e91dba6c3bbca354a9

git at osgeo.org git at osgeo.org
Tue Sep 3 14:48:35 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, main has been updated
       via  2b5721bc96d64c3d768bd0e91dba6c3bbca354a9 (commit)
      from  fa5ab5160feab12e8ea6b183c7e1314929f1c3fd (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 2b5721bc96d64c3d768bd0e91dba6c3bbca354a9
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