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/05/22 18:49:59 UTC

[GitHub] aditihilbert closed pull request #1119: Adding commits that move doxygen comments to some headers for several OS kernel components and fixes scheduler doxygen comment

aditihilbert closed pull request #1119: Adding commits that move doxygen comments to some headers for several OS kernel components and fixes scheduler doxygen comment
URL: https://github.com/apache/mynewt-core/pull/1119
 
 
   

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/kernel/os/include/os/os_sched.h b/kernel/os/include/os/os_sched.h
index 43823a19b..8ac73d0e8 100644
--- a/kernel/os/include/os/os_sched.h
+++ b/kernel/os/include/os/os_sched.h
@@ -54,7 +54,6 @@ void os_sched_ctx_sw_hook(struct os_task *);
  * @return The currently running task.
  */
 struct os_task *os_sched_get_current_task(void);
-/** @cond INTERNAL_HIDDEN */
 void os_sched_set_current_task(struct os_task *);
 struct os_task *os_sched_next_task(void);
 
@@ -92,6 +91,7 @@ struct os_task *os_sched_next_task(void);
  */
 void os_sched(struct os_task *);
 
+/** @cond INTERNAL_HIDDEN */
 void os_sched_os_timer_exp(void);
 os_error_t os_sched_insert(struct os_task *);
 int os_sched_sleep(struct os_task *, os_time_t nticks);


 

----------------------------------------------------------------
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