X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/2f036ae2bfddb37840c6041595eb994efad8954d..c7bfcf2cbb5f87b0154e3a1e743bc7d0059cd1c9:/BuildTests/SingleUSBModeTest/makefile.avr8?ds=inline diff --git a/BuildTests/SingleUSBModeTest/makefile.avr8 b/BuildTests/SingleUSBModeTest/makefile.avr8 index c0c7dbaf9..fc0f54b66 100644 --- a/BuildTests/SingleUSBModeTest/makefile.avr8 +++ b/BuildTests/SingleUSBModeTest/makefile.avr8 @@ -691,7 +691,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: