[rtems commit] score: Add files to Doxygen groups

Sebastian Huber sebh at rtems.org
Wed Jul 26 04:56:35 UTC 2023


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jul 25 10:23:27 2023 +0200

score: Add files to Doxygen groups

Update #3707.

---

 cpukit/score/cpu/no_cpu/cpuidle.c                     | 9 +++++++++
 cpukit/score/cpu/sparc/include/libcpu/grlib-tn-0018.h | 9 +++++++++
 cpukit/score/cpu/sparc/syscall.h                      | 8 ++++++++
 3 files changed, 26 insertions(+)

diff --git a/cpukit/score/cpu/no_cpu/cpuidle.c b/cpukit/score/cpu/no_cpu/cpuidle.c
index a6001e73b0..dbaf109905 100644
--- a/cpukit/score/cpu/no_cpu/cpuidle.c
+++ b/cpukit/score/cpu/no_cpu/cpuidle.c
@@ -1,5 +1,14 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief This source file contains the implementation of the
+ *   _CPU_Thread_Idle_body().
+ */
+
 /*
  * Copyright (C) 2013, 2014 embedded brains GmbH & Co. KG
  *
diff --git a/cpukit/score/cpu/sparc/include/libcpu/grlib-tn-0018.h b/cpukit/score/cpu/sparc/include/libcpu/grlib-tn-0018.h
index bb43234128..10f34c6123 100644
--- a/cpukit/score/cpu/sparc/include/libcpu/grlib-tn-0018.h
+++ b/cpukit/score/cpu/sparc/include/libcpu/grlib-tn-0018.h
@@ -1,5 +1,14 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreCPUSPARC
+ *
+ * @brief This header file provides interfaces of the GRLIB-TN-0018 LEON3FT
+ *   RETT Restart Errata fixes.
+ */
+
 /*
  * Copyright (C) 2020 Cobham Gaisler AB
  *
diff --git a/cpukit/score/cpu/sparc/syscall.h b/cpukit/score/cpu/sparc/syscall.h
index 2f20886840..6fc8fa3a6f 100644
--- a/cpukit/score/cpu/sparc/syscall.h
+++ b/cpukit/score/cpu/sparc/syscall.h
@@ -1 +1,9 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreCPUSPARC
+ *
+ * @brief This header file provides system call interfaces.
+ */
+
 #define SYS_exit        1



More information about the vc mailing list