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:
Pavel Vasilyev 2023-09-07 10:35:54 +02:00 committed by Carles Cufí
parent 313efff191
commit cfa9d151da
1 changed files with 2 additions and 2 deletions

View File

@ -893,7 +893,7 @@ struct bt_mesh_model {
uint16_t * const groups;
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. */
const uint8_t ** const uuids;
#endif
@ -909,7 +909,7 @@ struct bt_mesh_model {
struct bt_mesh_model *next;
#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. */
struct bt_mesh_models_metadata_entry **metadata;
#endif