From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/2] doc: add vfio api support Date: Tue, 03 Apr 2018 12:16:29 +0200 Message-ID: <9957048.blevZcPhfd@xps> References: <1522658173-13955-1-git-send-email-hemant.agrawal@nxp.com> <1522744086-31507-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, anatoly.burakov@intel.com To: Hemant Agrawal Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 955771B64C for ; Tue, 3 Apr 2018 12:16:33 +0200 (CEST) In-Reply-To: <1522744086-31507-1-git-send-email-hemant.agrawal@nxp.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" 03/04/2018 10:28, Hemant Agrawal: > --- a/doc/api/doxy-api-index.md > +++ b/doc/api/doxy-api-index.md > @@ -179,4 +179,5 @@ The public API headers are grouped by topics: > [EAL config] (@ref rte_eal.h), > [common] (@ref rte_common.h), > [ABI compat] (@ref rte_compat.h), > - [version] (@ref rte_version.h) > + [version] (@ref rte_version.h), > + [vfio] (@ref rte_vfio.h) It would be more appropriate after rte_pci.h in "device" section. > diff --git a/doc/api/doxy-api.conf b/doc/api/doxy-api.conf > index cda52fd..166612f 100644 > --- a/doc/api/doxy-api.conf > +++ b/doc/api/doxy-api.conf > @@ -82,6 +82,7 @@ INPUT = doc/api/doxy-api-index.md \ > FILE_PATTERNS = rte_*.h \ > cmdline.h > PREDEFINED = __DOXYGEN__ \ > + VFIO_PRESENT \ > __attribute__(x)= The indent is not the same as other lines.