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
|
@ -880,6 +880,7 @@ ssize_t bt_gatt_attr_read_cpf(struct bt_conn *conn,
|
|||
/** @brief Notification complete result callback.
|
||||
*
|
||||
* @param conn Connection object.
|
||||
* @param user_data Data passed in by the user.
|
||||
*/
|
||||
typedef void (*bt_gatt_complete_func_t) (struct bt_conn *conn, void *user_data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue