aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-08-21 02:03:02 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-08-22 12:42:02 +0400
commit7fd717d8ffdff7f09e4824a28bedaa9829f80cff (patch)
tree25383be1bb49718dab43478d84631ab0e4437242 /doc
parent3ee9b44a2824457992bcafe7705b61d8e3be2b0c (diff)
Move includes back into linux-generic
To much linux-generic specific details. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-and-Tested-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Taras Kondratiuk <taras.kondratiuk@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 b3a033d10..939b237b0 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 $(SRCDIR)/include $(SRCDIR)/example
+INPUT = $(SRCDIR)/doc $(SRCDIR)/doc/users-guide $(SRCDIR)/doc/api $(SRCDIR)/platform/linux-generic/include/api $(SRCDIR)/include/helper $(SRCDIR)/example
FILE_PATTERNS = odp*.h odp*.c *.dox
RECURSIVE = YES
SOURCE_BROWSER = YES