[dpdk-dev] [PATCH v1] doc: fix ip6 node API doxygen generation

jerinj at marvell.com jerinj at marvell.com
Tue Jun 20 11:55:49 CEST 2023


From: Jerin Jacob <jerinj at marvell.com>

Add ip6 node public API to doxygen list.

Fixes: 20365d793e45 ("node: add IPv6 lookup node")
Cc: Sunil Kumar Kori <skori at marvell.com>
Cc: Amit Prakash Shukla <amitprakashs at marvell.com>
Cc: Nithin Dabilpuram <ndabilpuram at marvell.com>

Signed-off-by: Jerin Jacob <jerinj at marvell.com>
---
 doc/api/doxy-api-index.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md
index 32bf7b72b2..3bc8778981 100644
--- a/doc/api/doxy-api-index.md
+++ b/doc/api/doxy-api-index.md
@@ -208,7 +208,8 @@ The public API headers are grouped by topics:
     [graph_worker](@ref rte_graph_worker.h)
   * graph_nodes:
     [eth_node](@ref rte_node_eth_api.h),
-    [ip4_node](@ref rte_node_ip4_api.h)
+    [ip4_node](@ref rte_node_ip4_api.h),
+    [ip6_node](@ref rte_node_ip6_api.h)
 
 - **basic**:
   [bitops](@ref rte_bitops.h),
-- 
2.41.0



More information about the dev mailing list