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/AVRISP-MKII/makefile | 2 +- Projects/Benito/makefile | 2 +- Projects/HIDReportViewer/makefile | 2 +- Projects/Incomplete/StandaloneProgrammer/makefile | 2 +- Projects/LEDNotifier/makefile | 2 +- Projects/MIDIToneGenerator/makefile | 2 +- Projects/Magstripe/makefile | 2 +- Projects/MediaController/makefile | 2 +- Projects/MissileLauncher/makefile | 2 +- Projects/RelayBoard/makefile | 2 +- Projects/TempDataLogger/makefile | 2 +- Projects/USBtoSerial/makefile | 2 +- Projects/Webserver/makefile | 2 +- Projects/XPLAINBridge/makefile | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'Projects') diff --git a/Projects/AVRISP-MKII/makefile b/Projects/AVRISP-MKII/makefile index 3bf7bc53e..dbc38cae9 100644 --- a/Projects/AVRISP-MKII/makefile +++ b/Projects/AVRISP-MKII/makefile @@ -724,7 +724,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. diff --git a/Projects/Benito/makefile b/Projects/Benito/makefile index 2b1df94c5..d397d10af 100644 --- a/Projects/Benito/makefile +++ b/Projects/Benito/makefile @@ -706,7 +706,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. diff --git a/Projects/HIDReportViewer/makefile b/Projects/HIDReportViewer/makefile index 0ed5d25ea..4894b2f7c 100644 --- a/Projects/HIDReportViewer/makefile +++ b/Projects/HIDReportViewer/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. diff --git a/Projects/Incomplete/StandaloneProgrammer/makefile b/Projects/Incomplete/StandaloneProgrammer/makefile index 3ff3819fa..7d4be5275 100644 --- a/Projects/Incomplete/StandaloneProgrammer/makefile +++ b/Projects/Incomplete/StandaloneProgrammer/makefile @@ -706,7 +706,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. 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. diff --git a/Projects/MIDIToneGenerator/makefile b/Projects/MIDIToneGenerator/makefile index e7b16000d..edca01c9e 100644 --- a/Projects/MIDIToneGenerator/makefile +++ b/Projects/MIDIToneGenerator/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. diff --git a/Projects/Magstripe/makefile b/Projects/Magstripe/makefile index dc354bb86..cbf2197b7 100644 --- a/Projects/Magstripe/makefile +++ b/Projects/Magstripe/makefile @@ -709,7 +709,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. diff --git a/Projects/MediaController/makefile b/Projects/MediaController/makefile index 6f9d680e6..a452e021c 100644 --- a/Projects/MediaController/makefile +++ b/Projects/MediaController/makefile @@ -695,7 +695,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. diff --git a/Projects/MissileLauncher/makefile b/Projects/MissileLauncher/makefile index aa11e1f4f..d6ac02840 100644 --- a/Projects/MissileLauncher/makefile +++ b/Projects/MissileLauncher/makefile @@ -693,7 +693,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. diff --git a/Projects/RelayBoard/makefile b/Projects/RelayBoard/makefile index f24257e76..1b8c7f8a9 100644 --- a/Projects/RelayBoard/makefile +++ b/Projects/RelayBoard/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. diff --git a/Projects/TempDataLogger/makefile b/Projects/TempDataLogger/makefile index 5a17f3bf2..5d1d0bf4f 100644 --- a/Projects/TempDataLogger/makefile +++ b/Projects/TempDataLogger/makefile @@ -706,7 +706,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. diff --git a/Projects/USBtoSerial/makefile b/Projects/USBtoSerial/makefile index 310bb88b6..17919d97e 100644 --- a/Projects/USBtoSerial/makefile +++ b/Projects/USBtoSerial/makefile @@ -698,7 +698,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. diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile index 50ca2e9e0..b67c6c6f6 100644 --- a/Projects/Webserver/makefile +++ b/Projects/Webserver/makefile @@ -736,7 +736,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. diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile index bc8434ae6..fec131b4f 100644 --- a/Projects/XPLAINBridge/makefile +++ b/Projects/XPLAINBridge/makefile @@ -723,7 +723,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