Make Doxygen fail for any Doxygen output other than unsupported tags (as these are...
[pub/USBasp.git] / Demos / Device / ClassDriver / KeyboardMouse / makefile
index 602aa20..4892f07 100644 (file)
@@ -695,7 +695,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.