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

@ -28,9 +28,9 @@ function-list:
# Update all Doxygen configuration files to the latest Doxygen version
upgrade-doxygen:
@echo Upgrading Doxygen.conf files...
@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do \
doxygen -u $$doxygen_conf; \
@echo Upgrading Doxygen files...
@for doxygen_conf in `find $(LUFA_ROOT) -name doxyfile`; do \
doxygen -u $$doxygen_conf; \
done;
@echo Doxygen configuration update complete.