Only abort Doxygen documentation generation if a non-unsupported tag warning is encou...
[pub/USBasp.git] / BuildTests / ModuleTest / makefile.avr8
index b94ac50..e5a6d75 100644 (file)
@@ -707,7 +707,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 ": warning:" ;); then \\r
          exit 1; \\r
        fi;\r
        @echo Documentation Generation Complete.\r