*\r
* This routine searches for a CDC interface descriptor containing bulk data IN and OUT endpoints, and an interrupt event endpoint.\r
*\r
- * \return An error code from the CDCHost_GetConfigDescriptorDataCodes_t enum.\r
+ * \return An error code from the \ref CDCHost_GetConfigDescriptorDataCodes_t enum.\r
*/\r
uint8_t ProcessConfigurationDescriptor(void)\r
{\r
*\r
* This comparator searches for the next Interface descriptor of the correct CDC control Class, Subclass and Protocol values.\r
*\r
- * \return A value from the DSEARCH_Return_ErrorCodes_t enum\r
+ * \return A value from the \ref DSEARCH_Return_ErrorCodes_t enum\r
*/\r
uint8_t DComp_NextCDCControlInterface(void* CurrentDescriptor)\r
{\r
*\r
* This comparator searches for the next Interface descriptor of the correct CDC data Class, Subclass and Protocol values.\r
*\r
- * \return A value from the DSEARCH_Return_ErrorCodes_t enum\r
+ * \return A value from the \ref DSEARCH_Return_ErrorCodes_t enum\r
*/\r
uint8_t DComp_NextCDCDataInterface(void* CurrentDescriptor)\r
{\r
* aborting the search if another interface descriptor is found before the required endpoint (so that it may be compared\r
* using a different comparator to determine if it is another CDC class interface).\r
*\r
- * \return A value from the DSEARCH_Return_ErrorCodes_t enum\r
+ * \return A value from the \ref DSEARCH_Return_ErrorCodes_t enum\r
*/\r
uint8_t DComp_NextCDCDataInterfaceEndpoint(void* CurrentDescriptor)\r
{\r