X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/663f9bd5f5592fb6670fa20cabdc65dea631739d..5cba3ce3a489f1c6c38606bc6425f9c8a06fba8e:/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile b/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile index 6aec03541..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.