Make Doxygen fail for any Doxygen output other than unsupported tags (as these are...
[pub/USBasp.git] / BuildTests / ModuleTest / makefile.uc3
index 555bfbc..05b8d58 100644 (file)
@@ -480,7 +480,7 @@ clean_list :
 \r
 doxygen:\r
        @echo Generating Project Documentation \($(TARGET)\)...\r
-       @if ( doxygen Doxygen.conf 2>&1 | grep ": warning:" ;); then \\r
+       @if ( doxygen Doxygen.conf 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \\r
          exit 1; \\r
        fi;\r
        @echo Documentation Generation Complete.\r