aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/Mouse/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/Device/ClassDriver/Mouse/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/Device/ClassDriver/Mouse/makefile')
-rw-r--r--Demos/Device/ClassDriver/Mouse/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/Mouse/makefile b/Demos/Device/ClassDriver/Mouse/makefile
index 63d8f4646..7f51663ef 100644
--- a/Demos/Device/ClassDriver/Mouse/makefile
+++ b/Demos/Device/ClassDriver/Mouse/makefile
@@ -695,7 +695,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.