aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-01-08 21:47:59 +1100
committerDean Camera <dean@fourwalledcubicle.com>2014-01-08 21:47:59 +1100
commit0d84b65f0b91c67945dc0553e717b77b333e0d53 (patch)
treefb645cb5e7c737357863febee6124f3e8a0517c8 /LUFA/Build
parent578976788971c370ba61aa7fd20530d05319c2d9 (diff)
downloadlufa-0d84b65f0b91c67945dc0553e717b77b333e0d53.tar.gz
lufa-0d84b65f0b91c67945dc0553e717b77b333e0d53.tar.bz2
lufa-0d84b65f0b91c67945dc0553e717b77b333e0d53.zip
Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Studio extension.
Diffstat (limited to 'LUFA/Build')
-rw-r--r--LUFA/Build/lufa_doxygen.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Build/lufa_doxygen.mk b/LUFA/Build/lufa_doxygen.mk
index a563bc1cf..babf28798 100644
--- a/LUFA/Build/lufa_doxygen.mk
+++ b/LUFA/Build/lufa_doxygen.mk
@@ -56,7 +56,7 @@ ERROR_IF_EMPTY ?= $(if $(strip $($(strip $(1)))), , $(error Makefile $(strip $
ERROR_IF_NONBOOL ?= $(if $(filter Y N, $($(strip $(1)))), , $(error Makefile $(strip $(1)) option must be Y or N))
# Default values of optionally user-supplied variables
-DOXYGEN_CONF ?= Doxygen.conf
+DOXYGEN_CONF ?= doxyfile
DOXYGEN_FAIL_ON_WARNING ?= Y
DOXYGEN_OVERRIDE_PARAMS ?= QUIET=YES HTML_EXTRA_STYLESHEET=$(patsubst %/,%,$(LUFA_PATH))/DoxygenPages/Style/Style.css