From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-eopbgr710076.outbound.protection.outlook.com ([40.107.71.76]:3041 "EHLO NAM05-BY2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726479AbeJJWuH (ORCPT ); Wed, 10 Oct 2018 18:50:07 -0400 Subject: Re: [PATCH 2/4] kernel-shark-qt: Add KernalShark Utils To: Steven Rostedt Cc: linux-trace-devel@vger.kernel.org, Yordan Karadzhov References: <20181008151629.13973-1-ykaradzhov@vmware.com> <20181008151629.13973-3-ykaradzhov@vmware.com> <20181009123419.22fe49f2@gandalf.local.home> From: Yordan Karadzhov Message-ID: Date: Wed, 10 Oct 2018 18:27:11 +0300 MIME-Version: 1.0 In-Reply-To: <20181009123419.22fe49f2@gandalf.local.home> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-trace-devel-owner@vger.kernel.org List-ID: On 9.10.2018 19:34, Steven Rostedt wrote: >> + >> +/** @brief Unregister a Plugin. >> + *
WARNING: Do not use this function to unregister User plugins. > Hmm, do we need the
above? (if this is required by DocGen I find > it rather ugly:-( )
means "break the line". Perhaps I can make it like this: /** @brief Unregister a Plugin. *
* WARNING: Do not use this function to unregister User plugins. * * @param plugin: provide here the name of the plugin [...] * */ Thanks! Yordan