summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-05 09:07:10 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:03 +0200
commit4bb0f00d3c70fdc55fcf0b1be1b23713bd4a3f6f (patch)
tree8e1d1d86c9c6a50f82adfc50be52bb0945644810
parentdoxygen: score: adjust doc in context.h to doxygen guidelines (diff)
downloadrtems-4bb0f00d3c70fdc55fcf0b1be1b23713bd4a3f6f.tar.bz2
doxygen: score: adjust doc in copyrt.h to doxygen guidelines
Also renamed the group SuperCoreCopyright to RTEMSSuperCoreCopyright Update #3706.
-rw-r--r--cpukit/include/rtems/score/copyrt.h23
1 files changed, 15 insertions, 8 deletions
diff --git a/cpukit/include/rtems/score/copyrt.h b/cpukit/include/rtems/score/copyrt.h
index 02f95010ae..c7b00b4247 100644
--- a/cpukit/include/rtems/score/copyrt.h
+++ b/cpukit/include/rtems/score/copyrt.h
@@ -1,10 +1,12 @@
/**
- * @file
+ * @file
*
- * @brief Copyright Notice for RTEMS
+ * @ingroup RTEMSSuperCoreCopyright
*
- * This include file contains the copyright notice for RTEMS
- * which is included in every binary copy of the executive.
+ * @brief Copyright Notice for RTEMS
+ *
+ * This include file contains the copyright notice for RTEMS
+ * which is included in every binary copy of the executive.
*/
/*
@@ -20,11 +22,15 @@
#define _RTEMS_SCORE_COPYRT_H
/**
- * @defgroup SuperCoreCopyright RTEMS Copyright Notice
+ * @defgroup RTEMSSuperCoreCopyright RTEMS Copyright Notice
+ *
+ * @ingroup RTEMSScore
+ *
+ * @brief Copyright Notice for RTEMS
*
- * @ingroup RTEMSScore
+ * @{
*/
-/**@{*/
+
#ifdef __cplusplus
extern "C" {
@@ -39,6 +45,7 @@ extern const char _Copyright_Notice[];
}
#endif
-/**@}*/
+/** @} */
+
#endif
/* end of include file */