Make Doxygen fail for any Doxygen output other than unsupported tags (as these are...
[pub/USBasp.git] / Demos / Host / ClassDriver / AndroidAccessoryHost / makefile
index 323741e..7c8df89 100644 (file)
@@ -693,7 +693,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.