Skip to content

Commit c5dcc28

Browse files
kartbennashif
authored andcommitted
include: drivers: sensor: add missing doxygen to sensor_attribute
Some fields were missing proper doxygen comment style. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent c9f6082 commit c5dcc28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/zephyr/drivers/sensor.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,11 +389,11 @@ enum sensor_attribute {
389389

390390
/** Hardware batch duration in ticks */
391391
SENSOR_ATTR_BATCH_DURATION,
392-
/* Configure the gain of a sensor. */
392+
/** Configure the gain of a sensor. */
393393
SENSOR_ATTR_GAIN,
394-
/* Configure the resolution of a sensor. */
394+
/** Configure the resolution of a sensor. */
395395
SENSOR_ATTR_RESOLUTION,
396-
/* Chip ID of the sensor*/
396+
/** Chip ID of a sensor */
397397
SENSOR_ATTR_CHIP_ID,
398398
/**
399399
* Number of all common sensor attributes.

0 commit comments

Comments
 (0)