From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: show internal functions in doxygen Date: Thu, 18 Oct 2018 19:04:06 +0200 Message-ID: <2940983.jWfRA7H8VK@xps> References: <20181018160858.23114-1-thomas@monjalon.net> <2eaff214-a50f-b018-80a0-5074f8fa1607@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com To: Ferruh Yigit Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 3BC601B154 for ; Thu, 18 Oct 2018 19:04:07 +0200 (CEST) In-Reply-To: <2eaff214-a50f-b018-80a0-5074f8fa1607@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/10/2018 18:22, Ferruh Yigit: > On 10/18/2018 5:08 PM, Thomas Monjalon wrote: > > Not sure we want to show the internal functions to users. > > It may be useful only for PMD developers. > > Do we vote? +1 / -1 welcome! > > What is affected from this setting, can you give an example what was not shown > will be shown now? For instance, most of the things in rte_ethdev_core.h. All the doxygen with @internal tag are affected.