aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa_doxygen.mk
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-08-18 10:45:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-08-18 10:45:29 +0000
commit7375c789e1b85ef5eb280339559c0cc9ae8f3b87 (patch)
tree6f27faf9179718f6055be32e5e48057607f6aa76 /LUFA/Build/lufa_doxygen.mk
parent3e50a59486d29752c938befdb906666e21851282 (diff)
downloadlufa-7375c789e1b85ef5eb280339559c0cc9ae8f3b87.tar.gz
lufa-7375c789e1b85ef5eb280339559c0cc9ae8f3b87.tar.bz2
lufa-7375c789e1b85ef5eb280339559c0cc9ae8f3b87.zip
Document build system targets. Add a rule to the BUILD module that is run if a source file does not exist to show an error to the user, rather than running the check-source rule before each build (slightly faster/more portable and the generated error is then a true make error).
Diffstat (limited to 'LUFA/Build/lufa_doxygen.mk')
-rw-r--r--LUFA/Build/lufa_doxygen.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/Build/lufa_doxygen.mk b/LUFA/Build/lufa_doxygen.mk
index 51123799f..265ba6e93 100644
--- a/LUFA/Build/lufa_doxygen.mk
+++ b/LUFA/Build/lufa_doxygen.mk
@@ -73,6 +73,7 @@ else
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)