From 1067b399f9751a17edfb189b0274c0760cc29cda Mon Sep 17 00:00:00 2001 From: Dean Date: Mon, 9 Apr 2012 10:04:40 +0000 Subject: Make Doxygen fail for any Doxygen output other than unsupported tags (as these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2150 d5102386-fcda-11dd-9fdb-3debd5008f28 --- LUFA/CodeTemplates/makefile_template.avr8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/CodeTemplates/makefile_template.avr8') diff --git a/LUFA/CodeTemplates/makefile_template.avr8 b/LUFA/CodeTemplates/makefile_template.avr8 index dfe1134a..cee6f527 100644 --- a/LUFA/CodeTemplates/makefile_template.avr8 +++ b/LUFA/CodeTemplates/makefile_template.avr8 @@ -683,7 +683,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 -v "warning: ignoring unsupported tag" ;); then \ exit 1; \ fi; @echo Documentation Generation Complete. -- cgit v1.2.3