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

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