The library bootloaders will now correctly start the user application after a watchdo...
[pub/lufa.git] / LUFA / CodeTemplates / makefile_template.xmega
index 3c09eff..ee95610 100644 (file)
@@ -675,7 +675,9 @@ clean_list :
 
 doxygen:
        @echo Generating Project Documentation \($(TARGET)\)...
-       @doxygen Doxygen.conf
+       @if ( doxygen Doxygen.conf 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \
+         exit 1; \
+       fi;
        @echo Documentation Generation Complete.
 
 clean_doxygen: