aboutsummaryrefslogtreecommitdiffstats
path: root/test/testevt.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testevt.c')
-rw-r--r--test/testevt.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/testevt.c b/test/testevt.c
index f8844d3a4..52ffc5ccd 100644
--- a/test/testevt.c
+++ b/test/testevt.c
@@ -23,6 +23,8 @@
/**
* @page test_events Events test
*
+ * File: @ref testevt.c
+ *
* <h2>Description</h2>
* This module implements the test sequence for the @ref events subsystem.
*
@@ -293,8 +295,8 @@ const struct testcase testevt3 = {
};
#endif /* CH_USE_EVENTS_TIMEOUT */
-/*
- * Test sequence for events pattern.
+/**
+ * @brief Test sequence for events.
*/
const struct testcase * const patternevt[] = {
#if CH_USE_EVENTS