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 384CC469719 for ; Thu, 22 Oct 2020 13:20:56 +0300 (MSK) From: Timur Safin Date: Thu, 22 Oct 2020 13:20:39 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] module_api: followup changes for merger part 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 There were few complains about comments in the patchset sent for issue #5384: - we have been asked to extend reasonably ibuf.h documentation, making it more self-contained; - and to fix module_api test comments, making them more doxygen P.S. Actualy I don't know whether we really want it be committed to the 2.6 we plan to release soon. But looks like commenting changes in the external API might still be a good idea. You decide. Timur Safin (2): module api: proper documentation for the ibuf wrapper module api: polish module_api test src/box/ibuf.h | 33 ++++++++++++++++++++++++++++++--- test/app-tap/module_api.c | 8 ++++---- 2 files changed, 34 insertions(+), 7 deletions(-) -- 2.20.1