projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Re-enable cppcheck static analysis unused function checks after adding in special...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
VirtualSerialHost
/
makefile
diff --git
a/Demos/Host/LowLevel/VirtualSerialHost/makefile
b/Demos/Host/LowLevel/VirtualSerialHost/makefile
index
2daa5ea
..
b3ae210
100644
(file)
--- 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: