Make Doxygen fail for any Doxygen output other than unsupported tags (as these are...
[pub/USBasp.git] / Projects / Webserver / makefile
index 50ca2e9..b67c6c6 100644 (file)
@@ -736,7 +736,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.