aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-10-21 23:12:12 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-10-23 13:54:29 +0400
commit488d065aeed835342ec7452b69983d785a272493 (patch)
tree3fa64f50451790d8dd37208d7847d67854089402 /doc
parent993378bf8da98ca91b18cf2b5f836d2681083bad (diff)
doxygen: remove api.dox
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/api.dox11
-rw-r--r--doc/doxygen.cfg2
2 files changed, 1 insertions, 12 deletions
diff --git a/doc/api/api.dox b/doc/api/api.dox
deleted file mode 100644
index 752227057..000000000
--- a/doc/api/api.dox
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Copyright (c) 2014, Linaro Limited
- * All rights reserved
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-/**
- *
- * @page api Application Programming Interface (API) Guide
- *
- */
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
index 0ef1e41de..4b9d33c1c 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/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/odp_example $(SRCDIR)/example/timer
FILE_PATTERNS = odp*.h odp*.c *.dox
RECURSIVE = YES
SOURCE_BROWSER = YES