diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 06:59:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 06:59:43 +0000 |
commit | 397ccffac55ffd139d0e3e82add83e51413c1347 (patch) | |
tree | f60cb4c4271662f7cd699b34e7356498c0d0fcdf /test/testevt.c | |
parent | 255d1444eaf7f9b78ac959ad4fad73d10ede163f (diff) | |
download | ChibiOS-397ccffac55ffd139d0e3e82add83e51413c1347.tar.gz ChibiOS-397ccffac55ffd139d0e3e82add83e51413c1347.tar.bz2 ChibiOS-397ccffac55ffd139d0e3e82add83e51413c1347.zip |
Documentation reorganization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1133 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/testevt.c')
-rw-r--r-- | test/testevt.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/testevt.c b/test/testevt.c index 3eb3d71b3..eb7e9275c 100644 --- a/test/testevt.c +++ b/test/testevt.c @@ -25,11 +25,10 @@ * @page test_events Events test
*
* <h2>Description</h2>
- * This module implements the test sequence for the @ref Events subsystem.
+ * This module implements the test sequence for the @ref events subsystem.
*
* <h2>Objective</h2>
- * Objective of the test module is to cover 100% of the @ref Events subsystem
- * code as a necessary step in order to assess its maturity level.
+ * Objective of the test module is to cover 100% of the @ref events subsystem.
*
* <h2>Preconditions</h2>
* The module requires the following kernel options:
|