aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2014-12-30 12:35:49 -0500
committerMike Holmes <mike.holmes@linaro.org>2015-01-05 13:06:35 -0500
commita34340c321de4705b2a3851b8905ddcee475347c (patch)
treed0263c75ad8ff38bc8ca3af64d3fe90a4bd04e95 /doc
parent90dc69dacad64967901e7fb8860c18fff2893419 (diff)
doc: doxygen.cfg: remove odp_example
odp_example has been moved to test/performance and is no longer an example Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Maxim Uvarov <maxim.uvraov@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 050c94aa5..ff7c278e5 100644
--- a/doc/doxygen.cfg
+++ b/doc/doxygen.cfg
@@ -10,7 +10,7 @@ TYPEDEF_HIDES_STRUCT = YES
EXTRACT_STATIC = YES
SORT_MEMBER_DOCS = NO
WARN_NO_PARAMDOC = YES
-INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(DOCDIR)/api_headers $(SRCDIR)/helper/include $(SRCDIR)/example/packet $(SRCDIR)/example/l2fwd $(SRCDIR)/example/generator $(SRCDIR)/example/odp_example $(SRCDIR)/example/timer
+INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(DOCDIR)/api_headers $(SRCDIR)/helper/include $(SRCDIR)/example/packet $(SRCDIR)/example/l2fwd $(SRCDIR)/example/generator $(SRCDIR)/example/timer
FILE_PATTERNS = odp*.h odp*.c *.dox
RECURSIVE = YES
SOURCE_BROWSER = YES