From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id CC8AC44643B for ; Thu, 22 Oct 2020 13:21:01 +0300 (MSK) From: Timur Safin Date: Thu, 22 Oct 2020 13:20:41 +0300 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 2/2] module api: polish module_api test List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: v.shpilevoy@tarantool.org, alexander.turenko@tarantool.org Cc: tarantool-patches@dev.tarantool.org 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