You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/01/27 02:22:48 UTC

[GitHub] aditihilbert closed pull request #774: docs: fix os_sched function links

aditihilbert closed pull request #774: docs: fix os_sched function links
URL: https://github.com/apache/mynewt-core/pull/774
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/os/core_os/context_switch/context_switch.rst b/docs/os/core_os/context_switch/context_switch.rst
index cff75598d..f3ff7430c 100644
--- a/docs/os/core_os/context_switch/context_switch.rst
+++ b/docs/os/core_os/context_switch/context_switch.rst
@@ -36,15 +36,15 @@ the new task is swapped in.
 API
 ***
 
-* :cpp:func:`os_sched()`
-* :cpp:func:`os_arch_ctx_sw()`
-* :cpp:func:`os_sched_ctx_sw_hook()`
-* :cpp:func:`os_sched_get_current_task()`
-* :cpp:func:`os_sched_insert()`
-* :cpp:func:`os_sched_next_task()`
-* :cpp:func:`os_sched_os_timer_exp()`
-* :cpp:func:`os_sched_remove()`
-* :cpp:func:`os_sched_resort()`
-* :cpp:func:`os_sched_set_current_task()`
-* :cpp:func:`os_sched_sleep()`
-* :cpp:func:`os_sched_wakeup()`
+* :c:func:`os_sched()`
+* :c:func:`os_arch_ctx_sw()`
+* :c:func:`os_sched_ctx_sw_hook()`
+* :c:func:`os_sched_get_current_task()`
+* :c:func:`os_sched_insert()`
+* :c:func:`os_sched_next_task()`
+* :c:func:`os_sched_os_timer_exp()`
+* :c:func:`os_sched_remove()`
+* :c:func:`os_sched_resort()`
+* :c:func:`os_sched_set_current_task()`
+* :c:func:`os_sched_sleep()`
+* :c:func:`os_sched_wakeup()`


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services