* [dpdk-dev] [PATCH] doc/api: add missing header file to API documentation
@ 2019-06-26 15:20 A.McLoughlin
2019-06-26 16:32 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: A.McLoughlin @ 2019-06-26 15:20 UTC (permalink / raw)
To: dev; +Cc: marko.kovacevic, john.mcnamara, ferruh.yigit, 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 <aideen.mcloughlin@intel.com>
---
doc/api/doxy-api-index.md | 1 +
doc/api/doxy-api.conf.in | 1 +
drivers/bus/vdev/rte_bus_vdev.h | 6 ++++++
3 files changed, 8 insertions(+)
diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md
index 715248dd1..1ff31b790 100644
--- a/doc/api/doxy-api-index.md
+++ b/doc/api/doxy-api-index.md
@@ -31,6 +31,7 @@ The public API headers are grouped by topics:
[latency] (@ref rte_latencystats.h),
[devargs] (@ref rte_devargs.h),
[PCI] (@ref rte_pci.h),
+ [vdev] (@ref rte_bus_vdev.h),
[vfio] (@ref rte_vfio.h)
- **device specific**:
diff --git a/doc/api/doxy-api.conf.in b/doc/api/doxy-api.conf.in
index b9896cb63..1fa064b36 100644
--- a/doc/api/doxy-api.conf.in
+++ b/doc/api/doxy-api.conf.in
@@ -4,6 +4,7 @@
PROJECT_NAME = DPDK
PROJECT_NUMBER = @VERSION@
INPUT = @TOPDIR@/doc/api/doxy-api-index.md \
+ @TOPDIR@/drivers/bus/vdev \
@TOPDIR@/drivers/crypto/scheduler \
@TOPDIR@/drivers/mempool/dpaa2 \
@TOPDIR@/drivers/net/bnxt \
diff --git a/drivers/bus/vdev/rte_bus_vdev.h b/drivers/bus/vdev/rte_bus_vdev.h
index 9ae3eaae3..2bc46530c 100644
--- a/drivers/bus/vdev/rte_bus_vdev.h
+++ b/drivers/bus/vdev/rte_bus_vdev.h
@@ -5,6 +5,12 @@
#ifndef RTE_VDEV_H
#define RTE_VDEV_H
+/**
+ * @file
+ * RTE virtual bus API
+ *
+ */
+
#ifdef __cplusplus
extern "C" {
#endif
--
2.17.1
--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263
This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] doc/api: add missing header file to API documentation
2019-06-26 15:20 [dpdk-dev] [PATCH] doc/api: add missing header file to API documentation A.McLoughlin
@ 2019-06-26 16:32 ` Ferruh Yigit
2019-07-08 19:52 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2019-06-26 16:32 UTC (permalink / raw)
To: A.McLoughlin, dev; +Cc: marko.kovacevic, john.mcnamara
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 <aideen.mcloughlin@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] doc/api: add missing header file to API documentation
2019-06-26 16:32 ` Ferruh Yigit
@ 2019-07-08 19:52 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2019-07-08 19:52 UTC (permalink / raw)
To: A.McLoughlin; +Cc: dev, Ferruh Yigit, marko.kovacevic, john.mcnamara
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 <aideen.mcloughlin@intel.com>
>
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
I suspect there are more to add to doxygen.
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-07-08 19:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-26 15:20 [dpdk-dev] [PATCH] doc/api: add missing header file to API documentation A.McLoughlin
2019-06-26 16:32 ` Ferruh Yigit
2019-07-08 19:52 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).