diff mbox

[PATCHv2,2/2] doxygen: remove api.dox

Message ID 1413925932-8357-3-git-send-email-anders.roxell@linaro.org
State Accepted
Commit 488d065aeed835342ec7452b69983d785a272493
Headers show

Commit Message

Anders Roxell Oct. 21, 2014, 9:12 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Reviewed-by: Mike Holmes <mike.holmes@linaro.org>
---
 doc/api/api.dox | 11 -----------
 doc/doxygen.cfg |  2 +-
 2 files changed, 1 insertion(+), 12 deletions(-)
 delete mode 100644 doc/api/api.dox
diff mbox

Patch

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