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