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