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:
parent
573a27d90a
commit
409c49f057
12 changed files with 51 additions and 69 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue