diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-27 11:53:03 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-27 11:53:03 +0000 |
commit | 0074052e3f64b2166258f2d117faf8acdf5d4566 (patch) | |
tree | 57de271a3cfb45fdeeff54fd13b0fe47cd0619cc /test/testmbox.c | |
parent | 40aade60563a0f7d35ecd5f4b78eb8a882a01e48 (diff) | |
download | ChibiOS-0074052e3f64b2166258f2d117faf8acdf5d4566.tar.gz ChibiOS-0074052e3f64b2166258f2d117faf8acdf5d4566.tar.bz2 ChibiOS-0074052e3f64b2166258f2d117faf8acdf5d4566.zip |
Documented test runtime code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1895 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/testmbox.c')
-rw-r--r-- | test/testmbox.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/testmbox.c b/test/testmbox.c index 707b112ef..b3fa57470 100644 --- a/test/testmbox.c +++ b/test/testmbox.c @@ -23,6 +23,8 @@ /**
* @page test_mbox Mailboxes test
*
+ * File: @ref testmbox.c
+ *
* <h2>Description</h2>
* This module implements the test sequence for the @ref mailboxes subsystem.
*
@@ -167,8 +169,8 @@ const struct testcase testmbox1 = { #endif /* CH_USE_MAILBOXES */
-/*
- * Test sequence for mailboxes pattern.
+/**
+ * @brief Test sequence for mailboxes.
*/
const struct testcase * const patternmbox[] = {
#if CH_USE_MAILBOXES
|