From 0074052e3f64b2166258f2d117faf8acdf5d4566 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 27 Apr 2010 11:53:03 +0000 Subject: Documented test runtime code. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1895 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/testdyn.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/testdyn.c') 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 + * *

Description

* 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 -- cgit v1.2.3