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]
/
BuildTests
/
ModuleTest
/
makefile.avr8
diff --git
a/BuildTests/ModuleTest/makefile.avr8
b/BuildTests/ModuleTest/makefile.avr8
index
b94ac50
..
e5a6d75
100644
(file)
--- a/
BuildTests/ModuleTest/makefile.avr8
+++ b/
BuildTests/ModuleTest/makefile.avr8
@@
-707,7
+707,7
@@
clean_list :
\r
doxygen:
\r
@echo Generating Project Documentation \($(TARGET)\)...
\r
\r
doxygen:
\r
@echo Generating Project Documentation \($(TARGET)\)...
\r
- @if ( doxygen Doxygen.conf 2>&1 | grep "
warning
" ;); then \
\r
+ @if ( doxygen Doxygen.conf 2>&1 | grep "
: warning:
" ;); then \
\r
exit 1; \
\r
fi;
\r
@echo Documentation Generation Complete.
\r
exit 1; \
\r
fi;
\r
@echo Documentation Generation Complete.
\r