diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-06-03 15:55:28 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-06-03 15:55:28 +0000 |
commit | 6d53cdba8367a6f589302f913a58d55650f45d97 (patch) | |
tree | 669b1213696f5e9d428196763761bfac19395c6e /Demos/Host/LowLevel/JoystickHostWithParser | |
parent | fc92f9969c1fcc2f952f0bd6d09a309a9b3ce02f (diff) | |
download | lufa-6d53cdba8367a6f589302f913a58d55650f45d97.tar.gz lufa-6d53cdba8367a6f589302f913a58d55650f45d97.tar.bz2 lufa-6d53cdba8367a6f589302f913a58d55650f45d97.zip |
More documentation fixes.
Diffstat (limited to 'Demos/Host/LowLevel/JoystickHostWithParser')
-rw-r--r-- | Demos/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.h | 2 | ||||
-rw-r--r-- | Demos/Host/LowLevel/JoystickHostWithParser/HIDReport.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.h b/Demos/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.h index d7badb821..4b059dcad 100644 --- a/Demos/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.h +++ b/Demos/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.h @@ -55,7 +55,7 @@ #define DTYPE_Report 0x22 /* Enums: */ - /** Enum for the possible return codes of the ProcessConfigurationDescriptor() function. */ + /** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */ enum JoystickHostWithParser_GetConfigDescriptorDataCodes_t { SuccessfulConfigRead = 0, /**< Configuration Descriptor was processed successfully */ diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/HIDReport.h b/Demos/Host/LowLevel/JoystickHostWithParser/HIDReport.h index 2e6c6f6a7..3ffc051e8 100644 --- a/Demos/Host/LowLevel/JoystickHostWithParser/HIDReport.h +++ b/Demos/Host/LowLevel/JoystickHostWithParser/HIDReport.h @@ -59,7 +59,7 @@ #define USAGE_Y 0x31 /* Enums: */ - /** Enum for the possible return codes of the GetHIDReportData() function. */ + /** Enum for the possible return codes of the \ref GetHIDReportData() function. */ enum JoystickHostWithParser_GetHIDReportDataCodes_t { ParseSuccessful = 0, /**< HID report descriptor parsed successfully */ |