diff options
Diffstat (limited to 'Projects/MediaController/makefile')
-rw-r--r-- | Projects/MediaController/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/MediaController/makefile b/Projects/MediaController/makefile index 98eeb5b3b..6f9d680e6 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 ": warning:" ;); then \ exit 1; \ fi; @echo Documentation Generation Complete. |