summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/thread.h
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2021-12-03 23:17:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-22 16:09:46 +0100
commitb0dbe409f185412bed96fc95a0c5f826963bb38b (patch)
tree91f79a8954c3b03ae0f9c80f5da5de8a8c018b37 /cpukit/include/rtems/thread.h
parent7549e8fd7f295eed73c1fa31e79a729cef5eb70a (diff)
Doxygen: Adding Doxygen groups to filesqual-53
Diffstat (limited to 'cpukit/include/rtems/thread.h')
-rw-r--r--cpukit/include/rtems/thread.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpukit/include/rtems/thread.h b/cpukit/include/rtems/thread.h
index 4988b46faa..75361f8771 100644
--- a/cpukit/include/rtems/thread.h
+++ b/cpukit/include/rtems/thread.h
@@ -1,3 +1,12 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSImplThread
+ *
+ * @brief This header file provides interfaces of the
+ * Thread Handler.
+ */
+
/*
* Copyright (c) 2017 embedded brains GmbH. All rights reserved.
*
@@ -12,6 +21,12 @@
* http://www.rtems.org/license/LICENSE.
*/
+/**
+ * @defgroup RTEMSImplThread Thread Handler
+ *
+ * @ingroup RTEMSImpl
+ */
+
#ifndef _RTEMS_THREAD_H
#define _RTEMS_THREAD_H