[rtems commit] doxygen: score: Fix block comment end marker.

Chris Johns chrisj at rtems.org
Mon May 13 22:42:46 UTC 2019


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

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue May 14 08:39:55 2019 +1000

doxygen: score: Fix block comment end marker.

---

 cpukit/include/rtems/score/rbtree.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cpukit/include/rtems/score/rbtree.h b/cpukit/include/rtems/score/rbtree.h
index 1e18d08..aa94e62 100644
--- a/cpukit/include/rtems/score/rbtree.h
+++ b/cpukit/include/rtems/score/rbtree.h
@@ -273,7 +273,6 @@ RTEMS_INLINE_ROUTINE RBTree_Node **_RBTree_Root_reference(
  * @retval pointer Pointer to the root node.
  * @retval NULL The tree is empty.
  */
- */
 RTEMS_INLINE_ROUTINE RBTree_Node * const *_RBTree_Root_const_reference(
   const RBTree_Control *the_rbtree
 )




More information about the vc mailing list