doc: always report the warnings at end of doxygen check

This commit is contained in:
Tommaso Pecorella
2022-12-11 12:58:45 +01:00
committed by Tommaso Pecorella
parent 3c46b1bd6c
commit f61ab9ac8c

View File

@@ -559,6 +559,12 @@ if [ "$filterin" != "" ] ; then
echo "Filtered Warnings"
echo "========================================"
echo "$filterin"
elif [ "$filter_log_results" != "" ] ; then
echo
echo
echo "Warnings"
echo "========================================"
echo "$filter_log_results"
fi
status_report 0 $me