X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d5291c2e102e3cd0979179eef89ce2cb083614f3..5b5b73ce582d2afa40218e44b45a97ec6c6ce9cf:/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile b/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile index 323741ef8..7c8df8967 100644 --- a/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile +++ b/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile @@ -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.