[Tarantool-patches] [PATCH 2/2] module api: polish module_api test
Timur Safin
tsafin at tarantool.org
Thu Oct 22 13:20:41 MSK 2020
Use proper doxygen blocks in module_api test
Follow-up to #5348
---
test/app-tap/module_api.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/test/app-tap/module_api.c b/test/app-tap/module_api.c
index ce7fa2353..0feae0b9b 100644
--- a/test/app-tap/module_api.c
+++ b/test/app-tap/module_api.c
@@ -2287,9 +2287,9 @@ test_tuple_new(struct lua_State *L)
/* }}} test_tuple_new */
-/*
+/**
* Check that argument is a tuple of any format, without
- * its verification
+ * its verification.
*/
static int
test_tuple_validate_default(lua_State *L)
@@ -2306,8 +2306,8 @@ test_tuple_validate_default(lua_State *L)
return 1;
}
-/*
- * Validate tuple with format of single boolean field
+/**
+ * Validate tuple with format of single boolean field.
*/
static int
test_tuple_validate_formatted(lua_State *L)
--
2.20.1
More information about the Tarantool-patches
mailing list