aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2014-10-02 09:37:18 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-10-08 20:48:54 +0400
commitb3a061c9eb367ea7a1efafee066f73455189977e (patch)
treef28082d460aa3ad8843656030efe03c1c27b6641 /doc
parent80421759e6633ca493c5440c31324ce460f850c9 (diff)
doc: remove example/ipsec from doxygen
ipsec has an exemption from inclusion in the documentation due to its complexity. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
index a77ae1eb5..0ef1e41de 100644
--- a/doc/doxygen.cfg
+++ b/doc/doxygen.cfg
@@ -9,7 +9,7 @@ TYPEDEF_HIDES_STRUCT = YES
EXTRACT_STATIC = YES
SORT_MEMBER_DOCS = NO
WARN_NO_PARAMDOC = YES
-INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(SRCDIR)/doc/api $(DOCDIR)/api_headers $(SRCDIR)/helper/include $(SRCDIR)/example
+INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(SRCDIR)/doc/api $(DOCDIR)/api_headers $(SRCDIR)/helper/include $(SRCDIR)/example/packet $(SRCDIR)/example/l2fwd $(SRCDIR)/example/generator $(SRCDIR)/example/odp_example $(SRCDIR)/example/timer
FILE_PATTERNS = odp*.h odp*.c *.dox
RECURSIVE = YES
SOURCE_BROWSER = YES