From 6de350f9f867bdd2d49128082ae9375b82370819 Mon Sep 17 00:00:00 2001 From: Dean Date: Fri, 9 Mar 2012 22:36:56 +0000 Subject: Only abort Doxygen documentation generation if a non-unsupported tag warning is encountered. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2104 d5102386-fcda-11dd-9fdb-3debd5008f28 --- BuildTests/ModuleTest/makefile.avr8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BuildTests/ModuleTest/makefile.avr8') diff --git a/BuildTests/ModuleTest/makefile.avr8 b/BuildTests/ModuleTest/makefile.avr8 index b94ac50e..e5a6d75a 100644 --- a/BuildTests/ModuleTest/makefile.avr8 +++ b/BuildTests/ModuleTest/makefile.avr8 @@ -707,7 +707,7 @@ clean_list : doxygen: @echo Generating Project Documentation \($(TARGET)\)... - @if ( doxygen Doxygen.conf 2>&1 | grep "warning" ;); then \ + @if ( doxygen Doxygen.conf 2>&1 | grep ": warning:" ;); then \ exit 1; \ fi; @echo Documentation Generation Complete. -- cgit v1.2.3