forked from Imagelibrary/rtems
doxygen: score: adjust doc in muteximpl.h to doxygen guidelines
Update #3706.
This commit is contained in:
committed by
Sebastian Huber
parent
7b90bb5929
commit
2463c100cc
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSScoreAPIMutex
|
||||
*
|
||||
* @brief Structures for the implementation of mutexes.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2015, 2017 embedded brains GmbH. All rights reserved.
|
||||
*
|
||||
@@ -17,6 +25,12 @@
|
||||
|
||||
#include <rtems/score/threadqimpl.h>
|
||||
|
||||
/**
|
||||
* @addtogroup RTEMSScoreAPIMutex
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
@@ -34,4 +48,6 @@ typedef struct {
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
/** @} */
|
||||
|
||||
#endif /* _RTEMS_SCORE_MUTEXIMPL_H */
|
||||
|
||||
Reference in New Issue
Block a user