Skip to content
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

doc: Fix sys_mutex and futex missing documentation #31855

Conversation

laurenmurphyx64
Copy link
Contributor

@laurenmurphyx64 laurenmurphyx64 commented Feb 2, 2021

Adds API reference for sys_mutex and futex to mutex documentation,
adds Doxygen documentation for SYS_MUTEX_DEFINE and fixes typo in
futex documentation.

Fixes #27829

Signed-off-by: Lauren Murphy [email protected]

Adds API reference for sys_mutex and futex to mutex documentation,
adds Doxygen documentation for SYS_MUTEX_DEFINE and fixes typo in
futex documentation.

Fixes zephyrproject-rtos#27829

Signed-off-by: Lauren Murphy <[email protected]>
@laurenmurphyx64 laurenmurphyx64 force-pushed the fix_sys_mutex_and_futex_docs branch from 4496012 to fb3719e Compare February 2, 2021 03:38
@nashif nashif merged commit d922fed into zephyrproject-rtos:master Feb 2, 2021
@@ -166,3 +166,25 @@ API Reference

.. doxygengroup:: mutex_apis
:project: Zephyr

Futex API Reference
*********************************
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check format - I think the underline (*) needs to be same length as the title line above it.

:project: Zephyr

User Mode Mutex API Reference
*********************************
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment on format of underline (*) length

laurenmurphyx64 added a commit to laurenmurphyx64/zephyr that referenced this pull request Feb 4, 2021
Fixes typos in mutex documentation accidentally introduced by zephyrproject-rtos#31855.

Signed-off-by: Lauren Murphy <[email protected]>
nashif pushed a commit that referenced this pull request Feb 4, 2021
Fixes typos in mutex documentation accidentally introduced by #31855.

Signed-off-by: Lauren Murphy <[email protected]>
@laurenmurphyx64 laurenmurphyx64 deleted the fix_sys_mutex_and_futex_docs branch March 23, 2022 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: API Changes to public APIs area: Base OS Base OS Library (lib/os) area: Documentation area: Kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sys_mutex and futex missing documentation
6 participants