Re: [dpdk-dev] [PATCH] doc/api: add missing header file to API documentation

2019-07-08 Thread Thomas Monjalon
26/06/2019 18:32, Ferruh Yigit: > On 6/26/2019 4:20 PM, A.McLoughlin wrote: > > The APIs in the rte_bus_vdev.h file were not part of the API > > documentation. I added this header file to the doxygen config file with > > the name vdev. > > > > Signed-off-by: A.McLoughlin > > Acked-by: Ferruh Yig

Re: [dpdk-dev] [PATCH] doc/api: add missing header file to API documentation

2019-06-26 Thread Ferruh Yigit
On 6/26/2019 4:20 PM, A.McLoughlin wrote: > The APIs in the rte_bus_vdev.h file were not part of the API > documentation. I added this header file to the doxygen config file with > the name vdev. > > Signed-off-by: A.McLoughlin Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH] doc/api: add missing header file to API documentation

2019-06-26 Thread A.McLoughlin
The APIs in the rte_bus_vdev.h file were not part of the API documentation. I added this header file to the doxygen config file with the name vdev. Signed-off-by: A.McLoughlin --- doc/api/doxy-api-index.md | 1 + doc/api/doxy-api.conf.in| 1 + drivers/bus/vdev/rte_bus_vdev.h | 6 ++