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/testdyn.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/testdyn.c')
-rw-r--r-- | test/testdyn.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/testdyn.c b/test/testdyn.c index cb6b40908..2d05f346b 100644 --- a/test/testdyn.c +++ b/test/testdyn.c @@ -23,6 +23,8 @@ /**
* @page test_dynamic Dynamic APIs test
*
+ * File: @ref testdyn.c
+ *
* <h2>Description</h2>
* This module implements the test sequence for the dynamic thread creation
* APIs.
@@ -189,8 +191,8 @@ const struct testcase testdyn2 = { #endif /* CH_USE_DYNAMIC */
-/*
- * Test sequence for dynamic APIs pattern.
+/**
+ * @brief Test sequence for dynamic APIs.
*/
const struct testcase * const patterndyn[] = {
#if CH_USE_DYNAMIC
|