X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e55946f972bc9bcc41183c252dc711890e9103f1..5cba3ce3a489f1c6c38606bc6425f9c8a06fba8e:/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile b/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile index a54879ffc..7c8df8967 100644 --- a/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile +++ b/Demos/Host/ClassDriver/AndroidAccessoryHost/makefile @@ -693,7 +693,9 @@ clean_list : doxygen: @echo Generating Project Documentation \($(TARGET)\)... - @doxygen Doxygen.conf + @if ( doxygen Doxygen.conf 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \ + exit 1; \ + fi; @echo Documentation Generation Complete. clean_doxygen: