Fixed AVRISP-MKII programmer project reset line polarity inverted when the generated...
[pub/USBasp.git] / Projects / AVRISP-MKII / makefile
index 475ec71..dbc38ca 100644 (file)
@@ -724,7 +724,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: