docs: Clean up TOC
Change-Id: I5415c002a431d84372f56d4a77dc2aabd6ef55f7
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
(cherry picked from commit 1eb970d160
)
This commit is contained in:
@ -17,3 +17,5 @@ Several modules provide operational, dataplane-user focused documentation.
|
||||
- @subpage srv6_doc
|
||||
- @subpage srmpls_doc
|
||||
- @subpage nat64_doc
|
||||
- @subpage vcl_ldpreload_doc
|
||||
- @subpage kp_plugin_doc
|
||||
|
@ -15,7 +15,9 @@
|
||||
*------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
/** @file */
|
||||
/** @file
|
||||
* @defgroup libmemif
|
||||
*/
|
||||
|
||||
#ifndef _LIBMEMIF_H_
|
||||
#define _LIBMEMIF_H_
|
||||
@ -78,7 +80,7 @@ typedef enum
|
||||
|
||||
/**
|
||||
* @defgroup MEMIF_FD_EVENT Types of events that need to be watched for specific fd.
|
||||
*
|
||||
* @ingroup libmemif
|
||||
* @{
|
||||
*/
|
||||
|
||||
@ -99,6 +101,7 @@ typedef enum
|
||||
typedef void *memif_conn_handle_t;
|
||||
/**
|
||||
* @defgroup CALLBACKS Callback functions definitions
|
||||
* @ingroup libmemif
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
@ -135,6 +138,7 @@ typedef int (memif_interrupt_t) (memif_conn_handle_t conn, void *private_ctx,
|
||||
|
||||
/**
|
||||
* @defgroup ARGS_N_BUFS Connection arguments and buffers
|
||||
* @ingroup libmemif
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
@ -193,6 +197,7 @@ typedef struct
|
||||
|
||||
/**
|
||||
* @defgroup MEMIF_DETAILS Memif details structs
|
||||
* @ingroup libmemif
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
@ -256,6 +261,7 @@ typedef struct
|
||||
|
||||
/**
|
||||
* @defgroup API_CALLS Api calls
|
||||
* @ingroup libmemif
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# vcl-ldpreload a LD_PRELOAD library that uses the VPP Communications Library (VCL).
|
||||
# vcl-ldpreload: a LD_PRELOAD library that uses the VPP Communications Library (VCL). {#vcl_ldpreload_doc}
|
||||
|
||||
User can LD_PRELOAD any application that uses POSIX socket API.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Kube-proxy plugin for VPP
|
||||
# Kube-proxy plugin for VPP {#kp_plugin_doc}
|
||||
|
||||
## Overview
|
||||
|
||||
|
Reference in New Issue
Block a user