aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Platform
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-04-08 18:46:56 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-04-08 18:46:56 +0000
commit3008f8ce131ca6c1f326aa57795b4ab2f411b865 (patch)
tree721be13d61fb3cf833592240da313d57782fe301 /LUFA/Platform
parent512b4d87cc57f843f2924bd7b7a9fa51c5c2a89c (diff)
downloadlufa-3008f8ce131ca6c1f326aa57795b4ab2f411b865.tar.gz
lufa-3008f8ce131ca6c1f326aa57795b4ab2f411b865.tar.bz2
lufa-3008f8ce131ca6c1f326aa57795b4ab2f411b865.zip
Doxygen documentation style changes. Minor documentation corrections.
Diffstat (limited to 'LUFA/Platform')
-rw-r--r--LUFA/Platform/XMEGA/ClockManagement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Platform/XMEGA/ClockManagement.h b/LUFA/Platform/XMEGA/ClockManagement.h
index db2bb64a4..dcde7dcdb 100644
--- a/LUFA/Platform/XMEGA/ClockManagement.h
+++ b/LUFA/Platform/XMEGA/ClockManagement.h
@@ -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.