projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Document build system targets. Add a rule to the BUILD module that is run if a source...
[pub/lufa.git]
/
LUFA
/
Build
/
lufa_doxygen.mk
diff --git
a/LUFA/Build/lufa_doxygen.mk
b/LUFA/Build/lufa_doxygen.mk
index
5112379
..
265ba6e
100644
(file)
--- a/
LUFA/Build/lufa_doxygen.mk
+++ b/
LUFA/Build/lufa_doxygen.mk
@@
-73,6
+73,7
@@
else
DOXYGEN_CMD := $(BASE_DOXYGEN_CMD)
endif
DOXYGEN_CMD := $(BASE_DOXYGEN_CMD)
endif
+# Builds the project documentation using the specified configuration file and the DOXYGEN tool
doxygen:
@echo $(MSG_DOXYGEN_CMD) Configuration file \"$(DOXYGEN_CONF)\" with parameters \"$(DOXYGEN_OVERRIDE_PARAMS)\"
$(DOXYGEN_CMD)
doxygen:
@echo $(MSG_DOXYGEN_CMD) Configuration file \"$(DOXYGEN_CONF)\" with parameters \"$(DOXYGEN_OVERRIDE_PARAMS)\"
$(DOXYGEN_CMD)