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 f79398af9..5a17f3bf2 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 ": warning:" ;); then \ exit 1; \ fi; @echo Documentation Generation Complete. |