summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/thread.h
diff options
context:
space:
mode:
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