forked from mirror/qmk_firmware
Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Studio extension.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user