Remove outdated documentation from the library, minor documentation improvements.
[pub/lufa.git] / BuildTests / SingleUSBModeTest / makefile.xmega
index b56efbf..e3ad8f4 100644 (file)
@@ -673,7 +673,9 @@ clean_list :
 \r
 doxygen:\r
        @echo Generating Project Documentation \($(TARGET)\)...\r
-       @doxygen Doxygen.conf\r
+       @if ( doxygen Doxygen.conf 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \\r
+         exit 1; \\r
+       fi;\r
        @echo Documentation Generation Complete.\r
 \r
 clean_doxygen:\r