aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/LowLevel/RNDISEthernetHost
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-03-09 22:36:56 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-03-09 22:36:56 +0000
commit6de350f9f867bdd2d49128082ae9375b82370819 (patch)
treece03fdd0ad535e89f861a66c3707f9cfeed86f3c /Demos/Host/LowLevel/RNDISEthernetHost
parent50bd690266588432561947355f52c663bd125a20 (diff)
Only abort Doxygen documentation generation if a non-unsupported tag warning is encountered.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2104 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/LowLevel/RNDISEthernetHost')
-rw-r--r--Demos/Host/LowLevel/RNDISEthernetHost/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/makefile b/Demos/Host/LowLevel/RNDISEthernetHost/makefile
index 0830199f..6efe3d64 100644
--- a/Demos/Host/LowLevel/RNDISEthernetHost/makefile
+++ b/Demos/Host/LowLevel/RNDISEthernetHost/makefile
@@ -693,7 +693,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.