Fix spacing of the function parameter descriptions in the Doxygen documentation.

This commit is contained in:
Dean Camera 2010-05-29 08:08:26 +00:00
parent c1daecf18b
commit 328ed71ce7
21 changed files with 163 additions and 163 deletions

View file

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