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.