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:
Dave Wallace
2018-01-23 17:47:02 -05:00
parent fb8e61cd93
commit 6cd396cec3
4 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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
*
* @{
*/

View File

@ -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.

View File

@ -1,4 +1,4 @@
# Kube-proxy plugin for VPP
# Kube-proxy plugin for VPP {#kp_plugin_doc}
## Overview