aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/MigrationInformation.txt
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/DoxygenPages/MigrationInformation.txt
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/DoxygenPages/MigrationInformation.txt')
-rw-r--r--LUFA/DoxygenPages/MigrationInformation.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/MigrationInformation.txt b/LUFA/DoxygenPages/MigrationInformation.txt
index c9553e0a8..8d6cdb9dd 100644
--- a/LUFA/DoxygenPages/MigrationInformation.txt
+++ b/LUFA/DoxygenPages/MigrationInformation.txt
@@ -18,6 +18,10 @@
* <b>Non-USB Library Components</b>
* - The \c ATTR_NEVER_INLINE macro, erroneously introduced in a previous release has been removed, as it duplicates the existing \c ATTR_NO_INLINE macro.
*
+ * <b>Build System</b>
+ * - The default configuration file for Doxygen is now "doxyfile" rather than "Doxygen.conf", to conform to the Doxygen project's own default file name.
+ * Set \c DOXYGEN_CONF to override the new default file name.
+ *
* \section Sec_Migration130901 Migrating from 130303 to 130901
* <b>Non-USB Library Components</b>
* - The Board Dataflash \c Dataflash_Init() function now automatically configures the appropriate communication interface.