summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-14 15:30:37 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-14 16:26:09 +0200
commit961669db4e08be0329661ea99597e99769990659 (patch)
treef12e999ed728d3ac499980fd941e00a746faf8e8 /cpukit/score/inline/rtems
parentsmptests/smpschedule01: New test (diff)
downloadrtems-961669db4e08be0329661ea99597e99769990659.tar.bz2
documentation: Fix Doxygen comments
Diffstat (limited to 'cpukit/score/inline/rtems')
-rw-r--r--cpukit/score/inline/rtems/score/chain.inl4
-rw-r--r--cpukit/score/inline/rtems/score/scheduler.inl4
2 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/score/inline/rtems/score/chain.inl b/cpukit/score/inline/rtems/score/chain.inl
index 190eedf8d6..3c33669666 100644
--- a/cpukit/score/inline/rtems/score/chain.inl
+++ b/cpukit/score/inline/rtems/score/chain.inl
@@ -747,8 +747,8 @@ typedef bool ( *Chain_Node_order )(
* relation holds for all nodes from the head up to the inserted node. Nodes
* after the inserted node are not moved.
*
- * @param[in/out] chain The chain.
- * @param[in/out] to_insert The node to insert.
+ * @param[in,out] chain The chain.
+ * @param[in,out] to_insert The node to insert.
* @param[in] order The order relation.
*/
RTEMS_INLINE_ROUTINE void _Chain_Insert_ordered_unprotected(
diff --git a/cpukit/score/inline/rtems/score/scheduler.inl b/cpukit/score/inline/rtems/score/scheduler.inl
index dc5bdcc7d2..67d8327e36 100644
--- a/cpukit/score/inline/rtems/score/scheduler.inl
+++ b/cpukit/score/inline/rtems/score/scheduler.inl
@@ -213,8 +213,8 @@ RTEMS_INLINE_ROUTINE void _Scheduler_Tick( void )
/**
* @brief Starts the idle thread for a particular processor.
*
- * @param[in/out] thread The idle thread for the processor.
- * @parma[in/out] processor The processor for the idle thread.
+ * @param[in,out] thread The idle thread for the processor.
+ * @parma[in,out] processor The processor for the idle thread.
*
* @see _Thread_Create_idle().
*/