-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sensing: sensing.h: fix doxygen warnings #68317
Conversation
3db28c7
to
4a878f0
Compare
4a878f0
to
893af4d
Compare
893af4d
to
16183ed
Compare
16183ed
to
f9d877a
Compare
f01abfd
to
c26677b
Compare
@kartben can you revisit this please? |
1bee0f5
to
713cbfa
Compare
Rebased the PR to latest code. |
@kartben Could you help to review this please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot for adding documentation here!
General comment is that some of the comments are not really providing explanation/context but O would be happy if only the "suggested changes" were addressed for now ; the rest can be improved at a later date :)
Thanks again!
include/zephyr/sensing/sensing.h
Outdated
uint32_t interval; /**< Interval of the sensor configuration. */ | ||
uint32_t sensitivity; /**< Sensitivity of the sensor configuration. */ | ||
uint64_t latency; /**< Latency of the sensor configuration. */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than "paraphrasing" the name of the attribute, it would be more helpful to also indicate e.g. the unit for each attribute.
Ok, thanks. I'll address them. |
713cbfa
to
8025909
Compare
Add missing doxygen comments in various sensing headers. Signed-off-by: Zhang Lixu <[email protected]>
8025909
to
8f5146b
Compare
Add missing parameter information in
sensing_data_event_t
.