projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make board specific and device peripheral specific drivers' file documentation copy...
[pub/USBasp.git]
/
LUFA
/
makefile
diff --git
a/LUFA/makefile
b/LUFA/makefile
index
ab2bb23
..
ed1c55a
100644
(file)
--- a/
LUFA/makefile
+++ b/
LUFA/makefile
@@
-1,6
+1,6
@@
#
\r
# LUFA Library
\r
#
\r
# LUFA Library
\r
-# Copyright (C) Dean Camera, 20
09
.
\r
+# Copyright (C) Dean Camera, 20
10
.
\r
#
\r
# dean [at] fourwalledcubicle [dot] com
\r
# www.fourwalledcubicle.com
\r
#
\r
# dean [at] fourwalledcubicle [dot] com
\r
# www.fourwalledcubicle.com
\r
@@
-51,7
+51,7
@@
clean_list:
\r
doxygen:
\r
@echo Generating Library Documentation...
\r
\r
doxygen:
\r
@echo Generating Library Documentation...
\r
- @doxygen Doxygen.conf
\r
+ ( cat Doxygen.conf ; echo "PROJECT_NUMBER=`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`" ) | doxygen -
\r
@echo Documentation Generation Complete.
\r
\r
clean_doxygen:
\r
@echo Documentation Generation Complete.
\r
\r
clean_doxygen:
\r