diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 10:34:01 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 10:34:01 +0000 |
commit | 4c9f1963a9d92af708dccb93a41f0cebcb43e796 (patch) | |
tree | f13720976c61698469a95057fda8748fe46053c3 /test/nil/source/test/test_sequence_001.c | |
parent | 9ab3be39cbb99b811b29b56aad107298828fd52c (diff) | |
download | ChibiOS-4c9f1963a9d92af708dccb93a41f0cebcb43e796.tar.gz ChibiOS-4c9f1963a9d92af708dccb93a41f0cebcb43e796.tar.bz2 ChibiOS-4c9f1963a9d92af708dccb93a41f0cebcb43e796.zip |
Improved test specifications generation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9221 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/nil/source/test/test_sequence_001.c')
-rw-r--r-- | test/nil/source/test/test_sequence_001.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/nil/source/test/test_sequence_001.c b/test/nil/source/test/test_sequence_001.c index a3446b096..6c1babec7 100644 --- a/test/nil/source/test/test_sequence_001.c +++ b/test/nil/source/test/test_sequence_001.c @@ -19,6 +19,9 @@ #include "test_root.h"
/**
+ * @file test_sequence_001.c
+ * @brief Test Sequence 001 code.
+ *
* @page test_sequence_001 [1] Threads Functionality
*
* File: @ref test_sequence_001.c
|