doc: fix @param usage in callbacks
The proper usage of @param in callbacks is currently unsupported by Doxygen so not warnings are generated. The issues fixed with this commit where found while adding support to Doxygen for validating @param in callbacks like it currently does for functions. Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
This commit is contained in:
parent
cc470a2bd6
commit
8713da70a3
15 changed files with 38 additions and 40 deletions
|
@ -195,6 +195,7 @@ typedef void (*usb_audio_data_completion_cb_t)(const struct device *dev,
|
|||
*
|
||||
* @warning Host may not use all of configured features.
|
||||
*
|
||||
* @param dev USB Audio device
|
||||
* @param evt Pointer to an event to be parsed by the App.
|
||||
* Pointer sturct is temporary and is valid only during the
|
||||
* execution of this callback.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue