Signed-off-by: Konstantin Ananyev <konstantin.ananyev at intel.com> --- 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