Skip to content
Snippets Groups Projects
Commit 00828bb6 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

dist/tools/doccheck: enable group check in CI

parent 32057a8c
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,8 @@ UNDEFINED_GROUPS_PRINT=$( \
if [ -n "${UNDEFINED_GROUPS}" ]
then
COUNT=$(echo "${UNDEFINED_GROUPS}" | wc -l)
echo -ne "${CWARN}WARNING${CRESET} "
echo -ne "${CERROR}ERROR${CRESET} "
echo -e "There are ${CWARN}${COUNT}${CRESET} undefined Doxygen groups:"
echo "${UNDEFINED_GROUPS_PRINT}"
exit 2
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment