aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/LowLevel/MassStorage/makefile
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/Device/LowLevel/MassStorage/makefile
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/Device/LowLevel/MassStorage/makefile')
-rw-r--r--Demos/Device/LowLevel/MassStorage/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/MassStorage/makefile b/Demos/Device/LowLevel/MassStorage/makefile
index a6b2f567..f7fa7153 100644
--- a/Demos/Device/LowLevel/MassStorage/makefile
+++ b/Demos/Device/LowLevel/MassStorage/makefile
@@ -697,7 +697,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: