From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Ananyev Subject: [PATCHv2 5/5] acl: add doxygen configuration and start page Date: Wed, 28 May 2014 20:26:50 +0100 Message-ID: <1401305210-10357-6-git-send-email-konstantin.ananyev@intel.com> References: <1401305210-10357-1-git-send-email-konstantin.ananyev@intel.com> Return-path: To: dev-VfR2kkLFssw@public.gmane.org In-Reply-To: <1401305210-10357-1-git-send-email-konstantin.ananyev-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> To: dev-VfR2kkLFssw@public.gmane.org List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Signed-off-by: Konstantin Ananyev --- doc/doxy-api-index.md | 3 ++- doc/doxy-api.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/doxy-api-index.md b/doc/doxy-api-index.md index 2825c08..5e4cea9 100644 --- a/doc/doxy-api-index.md +++ b/doc/doxy-api-index.md @@ -78,7 +78,8 @@ There are many libraries, so their headers may be grouped by topics: [SCTP] (@ref rte_sctp.h), [TCP] (@ref rte_tcp.h), [UDP] (@ref rte_udp.h), - [LPM route] (@ref rte_lpm.h) + [LPM route] (@ref rte_lpm.h), + [ACL] (@ref rte_acl.h) - **QoS**: [metering] (@ref rte_meter.h), diff --git a/doc/doxy-api.conf b/doc/doxy-api.conf index 642f77a..b1fc16a 100644 --- a/doc/doxy-api.conf +++ b/doc/doxy-api.conf @@ -44,7 +44,8 @@ INPUT = doc/doxy-api-index.md \ lib/librte_power \ lib/librte_ring \ lib/librte_sched \ - lib/librte_timer + lib/librte_timer \ + lib/librte_acl FILE_PATTERNS = rte_*.h \ cmdline.h PREDEFINED = __DOXYGEN__ \ -- 1.7.7.6