-
Notifications
You must be signed in to change notification settings - Fork 3k
Ble doxy fixes #5701
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
Ble doxy fixes #5701
Conversation
@adbridge @AnotherButler Could you review this PR ? If it is accepted I suppose docs.json will have to be updated. |
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.
AFAICT looks good to me
/morph build |
All the CI was triggered, should be reported soon @senthilr please review |
Build : SUCCESSBuild number : 702 Triggering tests/morph test |
doxyfile_options
Outdated
*/features/FEATURE_COMMON_PAL/* \ | ||
*/features/FEATURE_LWIP/* \ | ||
*/features/FEATURE_UVISOR/* \ | ||
*/FEATURE_NANOSTACK/* \ |
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.
There is no FEATURE_NANOSTACK, should be features/nanostack. Should we be excluding the following as well?
*/features/filesystem/* \
*/features/frameworks/* \
*/features/netsocket/* \
*/features/TESTS/* \
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.
@pan- Will you be adding the above as well?
@SenRamakri Yes there is a |
Exporter Build : SUCCESSBuild number : 346 |
* Remove BLE feature from the list of excluded folders. * Define the macro MBED_DEPRECATED.
@SenRamakri done. |
/morph build |
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.
Looks good now.
Build : SUCCESSBuild number : 703 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 347 |
Test : SUCCESSBuild number : 534 |
Description
Remove warnings issued when the BLE documentation is generated by doxygen:
@important
has been replaced by@attention
.Status
READY
Migrations
NO