[rtems commit] doxygen: score: adjust doc in schedulersmp.h to doxygen guidelines

Sebastian Huber sebh at rtems.org
Mon May 13 05:52:28 UTC 2019


Module:    rtems
Branch:    master
Commit:    ceff06f8fb8584bbbd8aa36e52c4133b5d27b495
Changeset: http://git.rtems.org/rtems/commit/?id=ceff06f8fb8584bbbd8aa36e52c4133b5d27b495

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Mon Apr 15 08:21:20 2019 +0200

doxygen: score: adjust doc in schedulersmp.h to doxygen guidelines

Update #3706.

---

 cpukit/include/rtems/score/schedulersmp.h | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/cpukit/include/rtems/score/schedulersmp.h b/cpukit/include/rtems/score/schedulersmp.h
index afc504b..268585f 100644
--- a/cpukit/include/rtems/score/schedulersmp.h
+++ b/cpukit/include/rtems/score/schedulersmp.h
@@ -1,9 +1,9 @@
 /**
  * @file
  *
- * @brief SMP Scheduler API
- *
  * @ingroup RTEMSScoreSchedulerSMP
+ *
+ * @brief SMP Scheduler API
  */
 
 /*
@@ -35,6 +35,8 @@ extern "C" {
  *
  * @ingroup RTEMSScoreScheduler
  *
+ * @brief SMP Scheduler
+ *
  * @{
  */
 
@@ -112,6 +114,13 @@ typedef struct {
   Priority_Control priority;
 } Scheduler_SMP_Node;
 
+/**
+ * @brief Starts an idle thread on the specified cpu.
+ *
+ * @param scheduler The scheduler instance.
+ * @param[in, out] idle The idle thread to schedule.
+ * @param[out] cpu The cpu to run the idle thread on.
+ */
 void _Scheduler_SMP_Start_idle(
   const Scheduler_Control *scheduler,
   Thread_Control          *idle,




More information about the vc mailing list