diff options
Diffstat (limited to 'test/testthd.c')
-rw-r--r-- | test/testthd.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/testthd.c b/test/testthd.c index 08b792ce4..c2150a9c1 100644 --- a/test/testthd.c +++ b/test/testthd.c @@ -23,6 +23,8 @@ /**
* @page test_threads Threads and Scheduler test
*
+ * File: @ref testthd.c
+ *
* <h2>Description</h2>
* This module implements the test sequence for the @ref scheduler,
* @ref threads and @ref time subsystems.<br>
@@ -236,8 +238,8 @@ const struct testcase testthd4 = { thd4_execute
};
-/*
- * Test sequence for threads patterns.
+/**
+ * @brief Test sequence for threads.
*/
const struct testcase * const patternthd[] = {
&testthd1,
|