aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/socket_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/testcases/socket_test.h')
-rw-r--r--Source/charon/testcases/socket_test.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/Source/charon/testcases/socket_test.h b/Source/charon/testcases/socket_test.h
index 59569f61d..2089d1396 100644
--- a/Source/charon/testcases/socket_test.h
+++ b/Source/charon/testcases/socket_test.h
@@ -1,7 +1,7 @@
/**
* @file socket_test.h
*
- * @brief Tests to test the Socket (type socket_t)
+ * @brief Tests for the socket_t class.
*
*/
@@ -26,9 +26,11 @@
#include <utils/tester.h>
/**
- * @brief Test function for the type socket_t
+ * @brief Test function for the class socket_t.
*
- * @param tester tester object
+ * @param tester tester object
+ *
+ * @ingroup testcases
*/
void test_socket(tester_t *tester);