doxygen: score: Fix block comment end marker.

This commit is contained in:
Chris Johns
2019-05-14 08:39:55 +10:00
parent f49618df2a
commit 0b698ba55e

View File

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