AppConfigHeaders: Merge in minor changes from trunk.
[pub/USBasp.git] / Demos / Host / ClassDriver / AudioOutputHost / makefile
index 1acda45..0b4fc76 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.