-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Bluetooth: Doc: Update doxygen groups #88969
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
base: main
Are you sure you want to change the base?
Bluetooth: Doc: Update doxygen groups #88969
Conversation
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.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- include/zephyr/bluetooth/bluetooth.h: Language not supported
8bef32c
to
ae466ef
Compare
Move top most level Bluetooth subsystem related APIs (enable, disable, etc.) under 'bluetooth' group, and rest under 'bt_gap' group. Signed-off-by: Omkar Kulkarni <[email protected]>
ae466ef
to
b0bcf53
Compare
@omkar3141 please use the "DNM" label to indicate that a PR shouldn't be merged (yet). I updated this PR accordingly. |
Alternatively, keep the PR as Draft until you consider it to be ready. |
I need to trigger doc build to see how this is looking. |
CI is still run on draft PRs :) |
Move top most level Bluetooth subsystem related APIs (enable, disable, etc.) under 'bluetooth' group, and rest under 'bt_gap' group.