Skip to content

Commit

Permalink
Avoid test failure on new doxygen over newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Sep 3, 2024
1 parent fa5ab51 commit 2b5721b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen/check_doxygen_errors.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2b5721b

Please sign in to comment.