diff options
Diffstat (limited to 'Demos/Device/LowLevel/Keyboard/makefile')
-rw-r--r-- | Demos/Device/LowLevel/Keyboard/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/Keyboard/makefile b/Demos/Device/LowLevel/Keyboard/makefile index 6cc717b1c..44de3a8cb 100644 --- a/Demos/Device/LowLevel/Keyboard/makefile +++ b/Demos/Device/LowLevel/Keyboard/makefile @@ -694,7 +694,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: |