Fixed AVRISP-MKII programmer project reset line polarity inverted when the generated...
[pub/USBasp.git] / Projects / MIDIToneGenerator / makefile
index 60963e4..edca01c 100644 (file)
@@ -697,7 +697,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.