Skip to content

Commit c3237e2

Browse files
committed
lib: db_discovery: fix macro doxygen
Signed-off-by: Asil Zogby <[email protected]>
1 parent cff4e76 commit c3237e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/bm/bluetooth/ble_db_discovery.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* @brief Macro for defining a ble_db_discovery instance.
2424
*
2525
* @param _name Name of the instance.
26-
* @hideinitializer
2726
*/
2827
#define BLE_DB_DISCOVERY_DEF(_name) \
2928
static struct ble_db_discovery _name = {.discovery_in_progress = 0, \

0 commit comments

Comments
 (0)