diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2019-04-17 17:28:45 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-04-17 17:28:45 -0400 |
commit | 11ee93f6abfaddf5bbd56cf0858c0c6ea0384b65 (patch) | |
tree | 765c616003395965564c3b19b4674368d87150f4 /src/vnet/ipfix-export/ipfix_doc.md | |
parent | 0d7332e43ff156bbfa6305b6e050b6a2d1618a8b (diff) |
Doxygen cleanup.
- Add subpages definitions in appropriate
section (User or Dev docs) for doc files
(*.rst, *.md) that being listed at the top
level of the generated doc page.
- Generate and add API list to RELEASE doc.
- Fix list_api_changes script to use HEAD
as the endtag so it doesn't need to be
changed every release.
Change-Id: Iace7b6433359c6b96869cb1db01facbbcb0ac1e6
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'src/vnet/ipfix-export/ipfix_doc.md')
-rw-r--r-- | src/vnet/ipfix-export/ipfix_doc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ipfix-export/ipfix_doc.md b/src/vnet/ipfix-export/ipfix_doc.md index 5feea0e19fa..59118f68e11 100644 --- a/src/vnet/ipfix-export/ipfix_doc.md +++ b/src/vnet/ipfix-export/ipfix_doc.md @@ -1,4 +1,4 @@ -# IPFIX support {#ipfix} +# IPFIX support {#ipfix_doc} VPP includes a high-performance IPFIX record exporter. This note explains how to use the internal APIs to export IPFIX data, and how to |