diff options
Diffstat (limited to 'Source/charon/testcases/thread_pool_test.h')
-rw-r--r-- | Source/charon/testcases/thread_pool_test.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Source/charon/testcases/thread_pool_test.h b/Source/charon/testcases/thread_pool_test.h index ea29f104c..d43dacb75 100644 --- a/Source/charon/testcases/thread_pool_test.h +++ b/Source/charon/testcases/thread_pool_test.h @@ -1,7 +1,7 @@ /** * @file thread_pool_test.h * - * @brief Tests to test the Thread-Pool type thread_pool_t + * @brief Tests for the thread_pool_t class. * */ @@ -26,9 +26,11 @@ #include <utils/tester.h> /** - * @brief Test function for the type thread_pool_t + * @brief Test function for the class thread_pool_t. * - * @param tester tester object + * @param tester tester object + * + * @ingroup testcases */ void test_thread_pool(tester_t *tester); |