From 3211b35a4cd29e5f0178f597352d4c9542bc3478 Mon Sep 17 00:00:00 2001 From: Dean Camera 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. --- Projects/LEDNotifier/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/LEDNotifier/makefile') diff --git a/Projects/LEDNotifier/makefile b/Projects/LEDNotifier/makefile index ca9c7bad9..4ccd01ed6 100644 --- a/Projects/LEDNotifier/makefile +++ b/Projects/LEDNotifier/makefile @@ -697,7 +697,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