aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID
diff options
context:
space:
mode:
Diffstat (limited to 'Bootloaders/HID')
-rw-r--r--Bootloaders/HID/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/HID/makefile b/Bootloaders/HID/makefile
index f967eaa5a..efbb6a645 100644
--- a/Bootloaders/HID/makefile
+++ b/Bootloaders/HID/makefile
@@ -686,7 +686,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.