Signed-off-by: Anders Roxell <[email protected]> Reviewed-by: Mike Holmes <[email protected]> --- doc/api/api.dox | 11 ----------- doc/doxygen.cfg | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 doc/api/api.dox
diff --git a/doc/api/api.dox b/doc/api/api.dox deleted file mode 100644 index 7522270..0000000 --- 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 0ef1e41..4b9d33c 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 -- 2.1.0 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
