diff options
Diffstat (limited to 'BuildTests/SingleUSBModeTest/makefile.avr8')
-rw-r--r-- | BuildTests/SingleUSBModeTest/makefile.avr8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTests/SingleUSBModeTest/makefile.avr8 b/BuildTests/SingleUSBModeTest/makefile.avr8 index 965d6a5e5..fc0f54b66 100644 --- a/BuildTests/SingleUSBModeTest/makefile.avr8 +++ b/BuildTests/SingleUSBModeTest/makefile.avr8 @@ -691,7 +691,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.
|