aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/KeyboardHost/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-03-09 22:36:56 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-03-09 22:36:56 +0000
commitd5291c2e102e3cd0979179eef89ce2cb083614f3 (patch)
treece03fdd0ad535e89f861a66c3707f9cfeed86f3c /Demos/Host/ClassDriver/KeyboardHost/makefile
parent3ea356a72054b540e1c529fee5f55b10324254a4 (diff)
downloadlufa-d5291c2e102e3cd0979179eef89ce2cb083614f3.tar.gz
lufa-d5291c2e102e3cd0979179eef89ce2cb083614f3.tar.bz2
lufa-d5291c2e102e3cd0979179eef89ce2cb083614f3.zip
Only abort Doxygen documentation generation if a non-unsupported tag warning is encountered.
Diffstat (limited to 'Demos/Host/ClassDriver/KeyboardHost/makefile')
-rw-r--r--Demos/Host/ClassDriver/KeyboardHost/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/KeyboardHost/makefile b/Demos/Host/ClassDriver/KeyboardHost/makefile
index 760aad692..6716a27f9 100644
--- a/Demos/Host/ClassDriver/KeyboardHost/makefile
+++ b/Demos/Host/ClassDriver/KeyboardHost/makefile
@@ -692,7 +692,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 ": warning:" ;); then \
exit 1; \
fi;
@echo Documentation Generation Complete.