aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-08-13 05:11:27 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-08-13 05:11:27 +0000
commit94f5f31f10a1e57378d6409287caf6473c2d02c4 (patch)
tree3945521785acb949ebf0f778cb1b495cddb9a3b2 /LUFA/Build
parent63fb35f31978967991fad28ab52f955297cd595d (diff)
downloadlufa-94f5f31f10a1e57378d6409287caf6473c2d02c4.tar.gz
lufa-94f5f31f10a1e57378d6409287caf6473c2d02c4.tar.bz2
lufa-94f5f31f10a1e57378d6409287caf6473c2d02c4.zip
Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build module for the latest Doxygen release.
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 7f7334311..51123799f 100644
--- a/LUFA/Build/lufa_doxygen.mk
+++ b/LUFA/Build/lufa_doxygen.mk
@@ -54,7 +54,7 @@ ERROR_IF_NONBOOL ?= $(if $(filter Y N, $($(strip $(1)))), , $(error Makefile $(s
# Default values of optionally user-supplied variables
DOXYGEN_CONF ?= Doxygen.conf
DOXYGEN_FAIL_ON_WARNING ?= Y
-DOXYGEN_OVERRIDE_PARAMS ?= QUIET=YES HTML_STYLESHEET=$(patsubst %/,%,$(LUFA_PATH))/DoxygenPages/Style/Style.css
+DOXYGEN_OVERRIDE_PARAMS ?= QUIET=YES HTML_EXTRA_STYLESHEET=$(patsubst %/,%,$(LUFA_PATH))/DoxygenPages/Style/Style.css
# Sanity check user supplied values
$(foreach MANDATORY_VAR, $(LUFA_BUILD_MANDATORY_VARS), $(call ERROR_IF_UNSET, $(MANDATORY_VAR)))