diff options
Diffstat (limited to 'Projects/TempDataLogger/makefile')
-rw-r--r-- | Projects/TempDataLogger/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |