[v1] doc: fix ip6 node API doxygen generation
Checks
Commit Message
From: Jerin Jacob <jerinj@marvell.com>
Add ip6 node public API to doxygen list.
Fixes: 20365d793e45 ("node: add IPv6 lookup node")
Cc: Sunil Kumar Kori <skori@marvell.com>
Cc: Amit Prakash Shukla <amitprakashs@marvell.com>
Cc: Nithin Dabilpuram <ndabilpuram@marvell.com>
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
doc/api/doxy-api-index.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Comments
> -----Original Message-----
> From: jerinj@marvell.com <jerinj@marvell.com>
> Sent: Tuesday, June 20, 2023 3:26 PM
> To: dev@dpdk.org; Nithin Kumar Dabilpuram <ndabilpuram@marvell.com>;
> Amit Prakash Shukla <amitprakashs@marvell.com>; Sunil Kumar Kori
> <skori@marvell.com>
> Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
> Subject: [dpdk-dev] [PATCH v1] doc: fix ip6 node API doxygen generation
>
> From: Jerin Jacob <jerinj@marvell.com>
>
> Add ip6 node public API to doxygen list.
>
> Fixes: 20365d793e45 ("node: add IPv6 lookup node")
> Cc: Sunil Kumar Kori <skori@marvell.com>
> Cc: Amit Prakash Shukla <amitprakashs@marvell.com>
> Cc: Nithin Dabilpuram <ndabilpuram@marvell.com>
>
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> ---
> doc/api/doxy-api-index.md | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
Acked-by: Sunil Kumar Kori <skori@marvell.com>
> > Add ip6 node public API to doxygen list.
> >
> > Fixes: 20365d793e45 ("node: add IPv6 lookup node")
> > Cc: Sunil Kumar Kori <skori@marvell.com>
> > Cc: Amit Prakash Shukla <amitprakashs@marvell.com>
> > Cc: Nithin Dabilpuram <ndabilpuram@marvell.com>
> >
> > Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> > ---
> > doc/api/doxy-api-index.md | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
>
> Acked-by: Sunil Kumar Kori <skori@marvell.com>
Applied, thanks.
@@ -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),