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

Also renamed the group SuperCoreCopyright to RTEMSSuperCoreCopyright
Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-04-05 09:07:10 +02:00
committed by Sebastian Huber
parent 59de8ef40b
commit 4bb0f00d3c

View File

@@ -1,6 +1,8 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSSuperCoreCopyright
*
* @brief Copyright Notice for RTEMS * @brief Copyright Notice for RTEMS
* *
* This include file contains the copyright notice for RTEMS * This include file contains the copyright notice for RTEMS
@@ -20,11 +22,15 @@
#define _RTEMS_SCORE_COPYRT_H #define _RTEMS_SCORE_COPYRT_H
/** /**
* @defgroup SuperCoreCopyright RTEMS Copyright Notice * @defgroup RTEMSSuperCoreCopyright RTEMS Copyright Notice
* *
* @ingroup RTEMSScore * @ingroup RTEMSScore
*
* @brief Copyright Notice for RTEMS
*
* @{
*/ */
/**@{*/
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
@@ -40,5 +46,6 @@ extern const char _Copyright_Notice[];
#endif #endif
/** @} */ /** @} */
#endif #endif
/* end of include file */ /* end of include file */