Add support for Mouse Scrollwheel to the MouseHostWithParser demos.
[pub/USBasp.git] / Demos / Host / LowLevel / CDCHost / ConfigDescriptor.c
index be0e467..a3e6b77 100644 (file)
@@ -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 \ref DSEARCH_Return_ErrorCodes_t enum\r
+ *  \return A value from the 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 \ref DSEARCH_Return_ErrorCodes_t enum\r
+ *  \return A value from the 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 \ref DSEARCH_Return_ErrorCodes_t enum\r
+ *  \return A value from the DSEARCH_Return_ErrorCodes_t enum\r
  */\r
 uint8_t DComp_NextCDCDataInterfaceEndpoint(void* CurrentDescriptor)\r
 {\r