Bluetooth: Mesh: Compile bt_mesh_model fields with Doxygen
This will enable rendering these fields in the documentation. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
This commit is contained in:
parent
313efff191
commit
cfa9d151da
1 changed files with 2 additions and 2 deletions
|
@ -893,7 +893,7 @@ struct bt_mesh_model {
|
||||||
uint16_t * const groups;
|
uint16_t * const groups;
|
||||||
const uint16_t groups_cnt;
|
const uint16_t groups_cnt;
|
||||||
|
|
||||||
#if CONFIG_BT_MESH_LABEL_COUNT > 0
|
#if (CONFIG_BT_MESH_LABEL_COUNT > 0) || defined(__DOXYGEN__)
|
||||||
/** List of Label UUIDs the model is subscribed to. */
|
/** List of Label UUIDs the model is subscribed to. */
|
||||||
const uint8_t ** const uuids;
|
const uint8_t ** const uuids;
|
||||||
#endif
|
#endif
|
||||||
|
@ -909,7 +909,7 @@ struct bt_mesh_model {
|
||||||
struct bt_mesh_model *next;
|
struct bt_mesh_model *next;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_BT_MESH_LARGE_COMP_DATA_SRV
|
#if defined(CONFIG_BT_MESH_LARGE_COMP_DATA_SRV) || defined(__DOXYGEN__)
|
||||||
/* Pointer to the array of model metadata entries. */
|
/* Pointer to the array of model metadata entries. */
|
||||||
struct bt_mesh_models_metadata_entry **metadata;
|
struct bt_mesh_models_metadata_entry **metadata;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue