Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Studio extension.

This commit is contained in:
Dean Camera 2014-01-08 21:47:59 +11:00
parent 5789767889
commit 0d84b65f0b
160 changed files with 4760 additions and 4679 deletions

View file

@ -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