diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-03-09 21:28:44 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-03-09 21:28:44 +0000 |
| commit | d977bcaf64f13f01aa67530ff682699c59db20f6 (patch) | |
| tree | 2cfb714fb0c2ef2251dd30aada2bb40adf16fd0c /Demos/Host/LowLevel/VirtualSerialHost/makefile | |
| parent | c0e26815837ac520f3c288c2466c0702033b42c8 (diff) | |
Update Doxygen documentation build scripts to fail if any warnings are generated.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2101 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/LowLevel/VirtualSerialHost/makefile')
| -rw-r--r-- | Demos/Host/LowLevel/VirtualSerialHost/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/VirtualSerialHost/makefile b/Demos/Host/LowLevel/VirtualSerialHost/makefile index 2daa5ea9..21e94637 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/makefile +++ b/Demos/Host/LowLevel/VirtualSerialHost/makefile @@ -692,7 +692,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: |
