aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa_doxygen.mk
diff options
context:
space:
mode:
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)