X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/663f9bd5f5592fb6670fa20cabdc65dea631739d..c7bfcf2cbb5f87b0154e3a1e743bc7d0059cd1c9:/BuildTests/SingleUSBModeTest/makefile.uc3 diff --git a/BuildTests/SingleUSBModeTest/makefile.uc3 b/BuildTests/SingleUSBModeTest/makefile.uc3 index 4ffaf2872..4bc729aed 100644 --- a/BuildTests/SingleUSBModeTest/makefile.uc3 +++ b/BuildTests/SingleUSBModeTest/makefile.uc3 @@ -454,7 +454,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.