Make Doxygen fail for any Doxygen output other than unsupported tags (as these are...
[pub/USBasp.git] / Projects / TempDataLogger / makefile
index 5a17f3b..5d1d0bf 100644 (file)
@@ -706,7 +706,7 @@ clean_list :
 
 doxygen:
        @echo Generating Project Documentation \($(TARGET)\)...
-       @if ( doxygen Doxygen.conf 2>&1 | grep ": warning:" ;); then \
+       @if ( doxygen Doxygen.conf 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \
          exit 1; \
        fi;
        @echo Documentation Generation Complete.