projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix documentation of the board LED driver (thanks to Karl Lunt).
[pub/lufa.git]
/
BuildTests
/
SingleUSBModeTest
/
makefile.xmega
diff --git
a/BuildTests/SingleUSBModeTest/makefile.xmega
b/BuildTests/SingleUSBModeTest/makefile.xmega
index
f594d95
..
e3ad8f4
100644
(file)
--- a/
BuildTests/SingleUSBModeTest/makefile.xmega
+++ b/
BuildTests/SingleUSBModeTest/makefile.xmega
@@
-673,7
+673,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
"warnin
g" ;); then \
\r
+ @if ( doxygen Doxygen.conf 2>&1 | grep
-v "warning: ignoring unsupported ta
g" ;); then \
\r
exit 1; \
\r
fi;
\r
@echo Documentation Generation Complete.
\r
exit 1; \
\r
fi;
\r
@echo Documentation Generation Complete.
\r