Doxygen documentation style changes. Minor documentation corrections.

This commit is contained in:
Dean Camera 2012-04-08 18:46:56 +00:00
parent 512b4d87cc
commit 3008f8ce13
10 changed files with 1150 additions and 53 deletions

View file

@ -251,7 +251,7 @@
/** Starts the DFLL of the XMEGA microcontroller, with the given options.
*
* \param[in] Source RC Clock source for the DFLL, a value from \ref XMEGA_System_ClockSource_t.
* \param[in] Reference Reference clock source for the DFLL, an value from \ref XMEGA_System_DFLLReference_t
* \param[in] Reference Reference clock source for the DFLL, an value from \ref XMEGA_System_DFLLReference_t.
* \param[in] Frequency Target frequency of the DFLL's output.
*
* \return Boolean \c true if the DFLL was successfully started, \c false if invalid parameters specified.