projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Only abort Doxygen documentation generation if a non-unsupported tag warning is encou...
[pub/USBasp.git]
/
Projects
/
Magstripe
/
makefile
diff --git
a/Projects/Magstripe/makefile
b/Projects/Magstripe/makefile
index
9184d91
..
dc354bb
100644
(file)
--- a/
Projects/Magstripe/makefile
+++ b/
Projects/Magstripe/makefile
@@
-709,7
+709,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.