From 663f9bd5f5592fb6670fa20cabdc65dea631739d Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 9 Mar 2012 21:28:44 +0000 Subject: Update Doxygen documentation build scripts to fail if any warnings are generated. --- Demos/Host/ClassDriver/MIDIHost/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Demos/Host/ClassDriver/MIDIHost/makefile') diff --git a/Demos/Host/ClassDriver/MIDIHost/makefile b/Demos/Host/ClassDriver/MIDIHost/makefile index 371772b9e..b346a2057 100644 --- a/Demos/Host/ClassDriver/MIDIHost/makefile +++ b/Demos/Host/ClassDriver/MIDIHost/makefile @@ -692,7 +692,9 @@ clean_list : doxygen: @echo Generating Project Documentation \($(TARGET)\)... - @doxygen Doxygen.conf + @if ( doxygen Doxygen.conf 2>&1 | grep "warning" ;); then \ + exit 1; \ + fi; @echo Documentation Generation Complete. clean_doxygen: -- cgit v1.2.3