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. --- Demos/Host/LowLevel/VirtualSerialHost/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/LowLevel/VirtualSerialHost/makefile') diff --git a/Demos/Host/LowLevel/VirtualSerialHost/makefile b/Demos/Host/LowLevel/VirtualSerialHost/makefile index b3ae21055..d545a3f87 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/makefile +++ b/Demos/Host/LowLevel/VirtualSerialHost/makefile @@ -692,7 +692,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