[geos-commits] [SCM] GEOS branch 3.10 updated. 24610d655ef8c3f5bb4f973f9dec097a3a583609

git at osgeo.org git at osgeo.org
Tue Sep 3 14:49:44 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.10 has been updated
       via  24610d655ef8c3f5bb4f973f9dec097a3a583609 (commit)
      from  b5e9c3d8942e1e1496581390fecb7648d7f9adf2 (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 24610d655ef8c3f5bb4f973f9dec097a3a583609
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/doc/check_doxygen_errors.cmake b/doc/check_doxygen_errors.cmake
index 78a0c74c2..0d4bf385e 100644
--- a/doc/check_doxygen_errors.cmake
+++ b/doc/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:
 doc/check_doxygen_errors.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list