aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/ClassDriver/AudioOutputHost
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-03-09 21:28:44 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-03-09 21:28:44 +0000
commitd977bcaf64f13f01aa67530ff682699c59db20f6 (patch)
tree2cfb714fb0c2ef2251dd30aada2bb40adf16fd0c /Demos/Host/ClassDriver/AudioOutputHost
parentc0e26815837ac520f3c288c2466c0702033b42c8 (diff)
Update Doxygen documentation build scripts to fail if any warnings are generated.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2101 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/ClassDriver/AudioOutputHost')
-rw-r--r--Demos/Host/ClassDriver/AudioOutputHost/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/AudioOutputHost/makefile b/Demos/Host/ClassDriver/AudioOutputHost/makefile
index 8b3d886a..1acda450 100644
--- a/Demos/Host/ClassDriver/AudioOutputHost/makefile
+++ b/Demos/Host/ClassDriver/AudioOutputHost/makefile
@@ -695,7 +695,9 @@ clean_list :
doxygen:
@echo Generating Project Documentation \($(TARGET)\)...
- @doxygen Doxygen.conf
+ @if ( doxygen Doxygen.conf 2>&1 | grep "warning" ;); then \
+ exit 1; \
+ fi;
@echo Documentation Generation Complete.
clean_doxygen: