Added new JoystickHostWithParser demos to the library.
[pub/USBasp.git] / Demos / Host / LowLevel / CDCHost / ConfigDescriptor.c
index 7afb702..be0e467 100644 (file)
@@ -43,7 +43,7 @@
  *\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
@@ -174,7 +174,7 @@ uint8_t ProcessConfigurationDescriptor(void)
  *\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
@@ -198,7 +198,7 @@ uint8_t DComp_NextCDCControlInterface(void* CurrentDescriptor)
  *\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
@@ -224,7 +224,7 @@ uint8_t DComp_NextCDCDataInterface(void* CurrentDescriptor)
  *  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