diff options
Diffstat (limited to 'Projects/MediaController')
-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 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. |