mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fix Doxygen documentation errors.
This commit is contained in:
@@ -53,7 +53,7 @@ uint8_t StreamingEndpointAddress = 0;
|
||||
*
|
||||
* This routine searches for a Streaming Audio interface descriptor containing a valid Isochronous audio endpoint.
|
||||
*
|
||||
* \return An error code from the \ref RNDISHost_GetConfigDescriptorDataCodes_t enum.
|
||||
* \return An error code from the \ref AudioHost_GetConfigDescriptorDataCodes_t enum.
|
||||
*/
|
||||
uint8_t ProcessConfigurationDescriptor(void)
|
||||
{
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
/* Enums: */
|
||||
/** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */
|
||||
enum KeyboardHost_GetConfigDescriptorDataCodes_t
|
||||
enum AudioHost_GetConfigDescriptorDataCodes_t
|
||||
{
|
||||
SuccessfulConfigRead = 0, /**< Configuration Descriptor was processed successfully */
|
||||
ControlError = 1, /**< A control request to the device failed to complete successfully */
|
||||
|
||||
@@ -53,7 +53,7 @@ uint8_t StreamingEndpointAddress = 0;
|
||||
*
|
||||
* This routine searches for a Streaming Audio interface descriptor containing a valid Isochronous audio endpoint.
|
||||
*
|
||||
* \return An error code from the \ref RNDISHost_GetConfigDescriptorDataCodes_t enum.
|
||||
* \return An error code from the \ref AudioHost_GetConfigDescriptorDataCodes_t enum.
|
||||
*/
|
||||
uint8_t ProcessConfigurationDescriptor(void)
|
||||
{
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
/* Enums: */
|
||||
/** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */
|
||||
enum KeyboardHost_GetConfigDescriptorDataCodes_t
|
||||
enum AudioHost_GetConfigDescriptorDataCodes_t
|
||||
{
|
||||
SuccessfulConfigRead = 0, /**< Configuration Descriptor was processed successfully */
|
||||
ControlError = 1, /**< A control request to the device failed to complete successfully */
|
||||
|
||||
Reference in New Issue
Block a user