aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Host.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-29 08:08:26 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-29 08:08:26 +0000
commit328ed71ce728de4a6633d981441ac9837c9cd62a (patch)
tree0dede6a3b20f65700d3570adb68cf377c9977f23 /LUFA/Drivers/USB/LowLevel/Host.h
parentc1daecf18b25566da50beb3afdcbc3e5d49d3b48 (diff)
downloadlufa-328ed71ce728de4a6633d981441ac9837c9cd62a.tar.gz
lufa-328ed71ce728de4a6633d981441ac9837c9cd62a.tar.bz2
lufa-328ed71ce728de4a6633d981441ac9837c9cd62a.zip
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Diffstat (limited to 'LUFA/Drivers/USB/LowLevel/Host.h')
-rw-r--r--LUFA/Drivers/USB/LowLevel/Host.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/Drivers/USB/LowLevel/Host.h b/LUFA/Drivers/USB/LowLevel/Host.h
index 1ef023908..fef6b43c2 100644
--- a/LUFA/Drivers/USB/LowLevel/Host.h
+++ b/LUFA/Drivers/USB/LowLevel/Host.h
@@ -222,9 +222,9 @@
*
* \note After this routine returns, the control pipe will be selected.
*
- * \param[in] Index Index of the string index to retrieve
- * \param[out] Buffer Pointer to the destination buffer where the retrieved string decriptor is
- * to be stored
+ * \param[in] Index Index of the string index to retrieve
+ * \param[out] Buffer Pointer to the destination buffer where the retrieved string decriptor is
+ * to be stored
* \param[in] BufferLength Maximum size of the string descriptor which can be stored into the buffer
*
* \return A value from the \ref USB_Host_SendControlErrorCodes_t enum to indicate the result.