mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 14:55:29 +00:00
Doxygen fixes to \param directives to give data direction in all projects. Make HID item filtering routines clearer in the HID WithParser demos.
This commit is contained in:
@@ -334,7 +334,7 @@
|
||||
|
||||
/** Sets the direction of the currently selected endpoint.
|
||||
*
|
||||
* \param DirectionMask New endpoint direction, as a ENDPOINT_DIR_* mask.
|
||||
* \param[in] DirectionMask New endpoint direction, as a ENDPOINT_DIR_* mask.
|
||||
*/
|
||||
static inline void Endpoint_SetEndpointDirection(uint8_t DirectionMask);
|
||||
#else
|
||||
|
||||
@@ -805,7 +805,7 @@
|
||||
/** Determines if a pipe has been bound to the given device endpoint address. If a pipe which is bound to the given
|
||||
* endpoint is found, it is automatically selected.
|
||||
*
|
||||
* \param EndpointAddress Address of the endpoint within the attached device to check
|
||||
* \param[in] EndpointAddress Address of the endpoint within the attached device to check
|
||||
*
|
||||
* \return Boolean true if a pipe bound to the given endpoint address is found, false otherwise
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user