From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: add pdump library to API doxygen Date: Tue, 15 Nov 2016 17:36:59 +0100 Message-ID: <15430502.NPQeQPRiHc@xps13> References: <1479220879-7914-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Reshma Pattan Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 3E76F3977 for ; Tue, 15 Nov 2016 17:37:01 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id g23so178192863wme.1 for ; Tue, 15 Nov 2016 08:37:01 -0800 (PST) In-Reply-To: <1479220879-7914-1-git-send-email-reshma.pattan@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-11-15 14:41, Reshma Pattan: > --- a/doc/api/doxy-api-index.md > +++ b/doc/api/doxy-api-index.md > @@ -140,7 +140,8 @@ There are many libraries, so their headers may be grouped by topics: > [debug] (@ref rte_debug.h), > [log] (@ref rte_log.h), > [warnings] (@ref rte_warnings.h), > - [errno] (@ref rte_errno.h) > + [errno] (@ref rte_errno.h), > + [pdump] (@ref rte_pdump.h) The end of this list are trivial headers, what pdump is not. I think it should be at the top of the list, between jobstats and hexdump.