summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-03 08:23:41 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-04 08:23:30 +0200
commitbbdf93869d9a07fcecc8baa013b6c5dadfc23c9a (patch)
tree10c7e612b2707218d581d519719e84fee26a4820
parentdoxygen: Added inttypes.h to Print Support (diff)
downloadrtems-bbdf93869d9a07fcecc8baa013b6c5dadfc23c9a.tar.bz2
doxygen: Added RTEMS Test Framework to API
Update #3706.
-rw-r--r--cpukit/include/t.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/t.h b/cpukit/include/t.h
index 10d9096be2..c5e3792ec1 100644
--- a/cpukit/include/t.h
+++ b/cpukit/include/t.h
@@ -45,6 +45,8 @@ extern "C" {
/**
* @defgroup RTEMSTestFramework RTEMS Test Framework
*
+ * @ingroup RTEMSAPI
+ *
* @brief The RTEMS Test Framework helps you to write tests.
*
* @{