From 57eedebd191c91ce125238a8a2cb1482186d6164 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 14 Jun 2011 12:55:32 +0000 Subject: Fix Doxygen documentation errors. --- Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.c | 2 +- Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Demos/Host/LowLevel/AudioInputHost') diff --git a/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.c b/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.c index 8f551144c..0ce054f34 100644 --- a/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.c +++ b/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.c @@ -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) { diff --git a/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h b/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h index 4a1cf9093..c2a845e4d 100644 --- a/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h +++ b/Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h @@ -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 */ -- cgit v1.2.3