aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/ModuleTest/makefile.xmega
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTests/ModuleTest/makefile.xmega')
-rw-r--r--BuildTests/ModuleTest/makefile.xmega4
1 files changed, 3 insertions, 1 deletions
diff --git a/BuildTests/ModuleTest/makefile.xmega b/BuildTests/ModuleTest/makefile.xmega
index 054c6c852..a48cb1bef 100644
--- a/BuildTests/ModuleTest/makefile.xmega
+++ b/BuildTests/ModuleTest/makefile.xmega
@@ -701,7 +701,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: