Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
328ed71c
Commit
328ed71c
authored
May 29, 2010
by
Dean Camera
Browse files
Fix spacing of the function parameter descriptions in the Doxygen documentation.
parent
c1daecf1
Changes
21
Show whitespace changes
Inline
Side-by-side
LUFA/Common/Common.h
View file @
328ed71c
LUFA/Drivers/Board/LEDs.h
View file @
328ed71c
LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
View file @
328ed71c
LUFA/Drivers/Peripheral/SPI.h
View file @
328ed71c
LUFA/Drivers/USB/Class/Device/CDC.h
View file @
328ed71c
LUFA/Drivers/USB/Class/Device/HID.h
View file @
328ed71c
...
...
@@ -153,9 +153,9 @@
* user is responsible for the creation of the next HID input report to be sent to the host.
*
* \param[in,out] HIDInterfaceInfo Pointer to a structure containing a HID Class configuration and state
* \param[in,out] ReportID If preset to a non-zero value, this is the report ID being requested by the host. If zero,
this should
* be set to the report ID of the generated HID input report (if any). If multiple
reports are not sent via the
* given HID interface, this parameter should be ignored.
* \param[in,out] ReportID
If preset to a non-zero value, this is the report ID being requested by the host. If zero,
*
this should
be set to the report ID of the generated HID input report (if any). If multiple
*
reports are not sent via the
given HID interface, this parameter should be ignored.
* \param[in] ReportType Type of HID report to generate, either \ref REPORT_ITEM_TYPE_In or \ref REPORT_ITEM_TYPE_Feature
* \param[out] ReportData Pointer to a buffer where the generated HID report should be stored
* \param[out] ReportSize Number of bytes in the generated input report, or zero if no report is to be sent
...
...
LUFA/Drivers/USB/Class/Device/MIDI.h
View file @
328ed71c
LUFA/Drivers/USB/Class/Host/CDC.h
View file @
328ed71c
LUFA/Drivers/USB/Class/Host/HID.h
View file @
328ed71c
LUFA/Drivers/USB/Class/Host/HIDParser.h
View file @
328ed71c
LUFA/Drivers/USB/Class/Host/MIDI.h
View file @
328ed71c
LUFA/Drivers/USB/Class/Host/MassStorage.h
View file @
328ed71c
LUFA/Drivers/USB/Class/Host/Printer.h
View file @
328ed71c
LUFA/Drivers/USB/Class/Host/RNDIS.h
View file @
328ed71c
LUFA/Drivers/USB/Class/Host/StillImage.h
View file @
328ed71c
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h
View file @
328ed71c
LUFA/Drivers/USB/HighLevel/Events.h
View file @
328ed71c
LUFA/Drivers/USB/LowLevel/Device.h
View file @
328ed71c
LUFA/Drivers/USB/LowLevel/Endpoint.h
View file @
328ed71c
LUFA/Drivers/USB/LowLevel/Host.h
View file @
328ed71c
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment