X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d5291c2e102e3cd0979179eef89ce2cb083614f3..383eb6da84c08ed0a243de9f9797b73aa2cbf7cb:/Demos/Host/ClassDriver/AudioOutputHost/makefile diff --git a/Demos/Host/ClassDriver/AudioOutputHost/makefile b/Demos/Host/ClassDriver/AudioOutputHost/makefile index 23419dee9..0b4fc76bd 100644 --- a/Demos/Host/ClassDriver/AudioOutputHost/makefile +++ b/Demos/Host/ClassDriver/AudioOutputHost/makefile @@ -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.