aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2015-04-15 13:50:47 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-04-17 16:41:04 +0300
commit2f9bc3c071e446d38a92da0e2e9b86aba9b41944 (patch)
tree735d87d1640d5e0e8ea07779518d839b4b5a2e32 /doc
parentdce6428f278a88a53765a38359201880eba67d1d (diff)
doc: doxygen.cfg: removed reference to l2fwd
l2fwd is no longer an example 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 aef9d0d9c..4208afaeb 100644
--- a/doc/doxygen.cfg
+++ b/doc/doxygen.cfg
@@ -10,7 +10,7 @@ TYPEDEF_HIDES_STRUCT = NO
EXTRACT_STATIC = YES
SORT_MEMBER_DOCS = NO
WARN_NO_PARAMDOC = YES
-INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(SRCDIR)/include $(SRCDIR)/platform/linux-generic/include/odp $(SRCDIR)/platform/$(WITH_PLATFORM)/include/odp $(SRCDIR)/helper/include $(SRCDIR)/example/packet $(SRCDIR)/example/l2fwd $(SRCDIR)/example/generator $(SRCDIR)/example/timer
+INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(SRCDIR)/include $(SRCDIR)/platform/linux-generic/include/odp $(SRCDIR)/platform/$(WITH_PLATFORM)/include/odp $(SRCDIR)/helper/include $(SRCDIR)/example/packet $(SRCDIR)/example/generator $(SRCDIR)/example/timer
FILE_PATTERNS = *.h odp*.c *.dox
RECURSIVE = YES
SOURCE_BROWSER = YES