Skip to content

Commit 1c9ecab

Browse files
alxelaxrlubos
authored andcommitted
bluetooth: mesh: reduce sensor type group title
Commit reduces the sensor type group and sensor format titles since doxygen defgroup cannot have multiline title. `sensor` word was removed since it does not add any value to description. Signed-off-by: Aleksandr Khromykh <[email protected]>
1 parent 13b0058 commit 1c9ecab

File tree

1 file changed

+15
-21
lines changed

1 file changed

+15
-21
lines changed

include/bluetooth/mesh/sensor_types.h

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extern "C" {
4545
&_type; \
4646
}
4747

48-
/** @defgroup bt_mesh_sensor_formats_percentage Percentage sensor formats
48+
/** @defgroup bt_mesh_sensor_formats_percentage Percentage formats
4949
* @{
5050
*/
5151

@@ -71,7 +71,7 @@ extern const struct bt_mesh_sensor_format bt_mesh_sensor_format_percentage_16;
7171
extern const struct bt_mesh_sensor_format bt_mesh_sensor_format_percentage_delta_trigger;
7272
/** @} */
7373

74-
/** @defgroup bt_mesh_sensor_formats_environmental Environmental sensor formats
74+
/** @defgroup bt_mesh_sensor_formats_environmental Environmental formats
7575
* @{
7676
*/
7777

@@ -167,7 +167,7 @@ extern const struct bt_mesh_sensor_format bt_mesh_sensor_format_rainfall;
167167
extern const struct bt_mesh_sensor_format bt_mesh_sensor_format_uv_index;
168168
/** @} */
169169

170-
/** @defgroup bt_mesh_sensor_formats_time Time sensor formats
170+
/** @defgroup bt_mesh_sensor_formats_time Time formats
171171
* @{
172172
*/
173173

@@ -207,7 +207,7 @@ extern const struct bt_mesh_sensor_format bt_mesh_sensor_format_time_millisecond
207207
extern const struct bt_mesh_sensor_format bt_mesh_sensor_format_time_exp_8;
208208
/** @} */
209209

210-
/** @defgroup bt_mesh_sensor_formats_electrical Electrical sensor formats
210+
/** @defgroup bt_mesh_sensor_formats_electrical Electrical formats
211211
* @{
212212
*/
213213

@@ -262,7 +262,7 @@ extern const struct bt_mesh_sensor_format bt_mesh_sensor_format_energy;
262262

263263
/** @} */
264264

265-
/** @defgroup bt_mesh_sensor_formats_lighting Lighting sensor formats
265+
/** @defgroup bt_mesh_sensor_formats_lighting Lighting formats
266266
* @{
267267
*/
268268
/** Chromatic distance
@@ -329,7 +329,7 @@ extern const struct bt_mesh_sensor_format bt_mesh_sensor_format_luminous_flux;
329329
extern const struct bt_mesh_sensor_format bt_mesh_sensor_format_perceived_lightness;
330330
/** @} */
331331

332-
/** @defgroup bt_mesh_sensor_formats_miscellaneous Miscellaneous sensor formats
332+
/** @defgroup bt_mesh_sensor_formats_miscellaneous Miscellaneous formats
333333
* @{
334334
*/
335335

@@ -374,7 +374,7 @@ extern const struct bt_mesh_sensor_format bt_mesh_sensor_format_boolean;
374374
extern const struct bt_mesh_sensor_format bt_mesh_sensor_format_coefficient;
375375
/** @} */
376376

377-
/** @defgroup bt_mesh_sensor_types_occupancy Occupancy sensor types
377+
/** @defgroup bt_mesh_sensor_types_occupancy Occupancy types
378378
* @{
379379
*/
380380

@@ -442,8 +442,7 @@ extern const struct bt_mesh_sensor_type
442442

443443
/** @} */
444444

445-
/** @defgroup bt_mesh_sensor_types_ambient_temperature Ambient temperature
446-
* sensor types
445+
/** @defgroup bt_mesh_sensor_types_ambient_temperature Ambient temperature types
447446
* @{
448447
*/
449448

@@ -617,7 +616,7 @@ extern const struct bt_mesh_sensor_type bt_mesh_sensor_luminous_flux_range;
617616

618617
/** @} */
619618

620-
/** @defgroup bt_mesh_sensor_types_environmental Environmental sensor types
619+
/** @defgroup bt_mesh_sensor_types_environmental Environmental types
621620
* @{
622621
*/
623622

@@ -885,8 +884,7 @@ extern const struct bt_mesh_sensor_type bt_mesh_sensor_wind_chill;
885884

886885
/** @} */
887886

888-
/** @defgroup bt_mesh_sensor_types_device_operating_temperature Device operating
889-
* temperature sensor types
887+
/** @defgroup bt_mesh_sensor_types_device_operating_temperature Device operating temperature types
890888
* @{
891889
*/
892890

@@ -963,8 +961,7 @@ extern const struct bt_mesh_sensor_type
963961

964962
/** @} */
965963

966-
/** @defgroup bt_mesh_sensor_types_electrical_input Electrical input sensor
967-
* types
964+
/** @defgroup bt_mesh_sensor_types_electrical_input Electrical input types
968965
* @{
969966
*/
970967

@@ -1169,8 +1166,7 @@ extern const struct bt_mesh_sensor_type
11691166

11701167
/** @} */
11711168

1172-
/** @defgroup bt_mesh_sensor_types_energy_management Energy management sensor
1173-
* types
1169+
/** @defgroup bt_mesh_sensor_types_energy_management Energy management types
11741170
* @{
11751171
*/
11761172

@@ -1319,7 +1315,7 @@ extern const struct bt_mesh_sensor_type bt_mesh_sensor_active_power_loadside;
13191315

13201316
/** @} */
13211317

1322-
/** @defgroup bt_mesh_sensor_types_photometry Photometry sensor types
1318+
/** @defgroup bt_mesh_sensor_types_photometry Photometry types
13231319
* @{
13241320
*/
13251321

@@ -1470,8 +1466,7 @@ extern const struct bt_mesh_sensor_type bt_mesh_sensor_tot_light_exposure_time;
14701466

14711467
/** @} */
14721468

1473-
/** @defgroup bt_mesh_sensor_types_power_supply_output Power supply output
1474-
* sensor types
1469+
/** @defgroup bt_mesh_sensor_types_power_supply_output Power supply output types
14751470
* @{
14761471
*/
14771472

@@ -1635,8 +1630,7 @@ extern const struct bt_mesh_sensor_type
16351630

16361631
/** @} */
16371632

1638-
/** @defgroup bt_mesh_sensor_types_warranty_and_service Warranty and service
1639-
* sensor types
1633+
/** @defgroup bt_mesh_sensor_types_warranty_and_service Warranty and service types
16401634
* @{
16411635
*/
16421636

0 commit comments

Comments
 (0)