diff mbox series

[2.0,v3,5/5] doc: application-api-guide: exclude subsystem files

Message ID 1511514013-20070-6-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [2.0,v3,1/5] linux-gen: modular-framework: move buffer subsystem header to a public folder | expand

Commit Message

Github ODP bot Nov. 24, 2017, 9 a.m. UTC
From: Bogdan Pricope <bogdan.pricope@linaro.org>


Exclude subsystem files form application API guide document.
Documentation will be added when API will be stable.

Signed-off-by: Bogdan Pricope <bogdan.pricope@linaro.org>

---
/** Email created from pull request 261 (bogdanPricope:2_0_mf_include_pr)
 ** https://github.com/Linaro/odp/pull/261
 ** Patch: https://github.com/Linaro/odp/pull/261.patch
 ** Base sha: 7074b71b266de9c4eb5bf03513186a72ea27b2bc
 ** Merge commit sha: 5e845000d02f59bbefa810507ba526593a61c7a4
 **/
 doc/application-api-guide/Doxyfile | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/doc/application-api-guide/Doxyfile b/doc/application-api-guide/Doxyfile
index 2709f6fd0..054158498 100644
--- a/doc/application-api-guide/Doxyfile
+++ b/doc/application-api-guide/Doxyfile
@@ -5,6 +5,7 @@  PROJECT_NUMBER = $(VERSION)
 PROJECT_LOGO = $(SRCDIR)/doc/images/ODP-Logo-HQ.svg
 INPUT = $(SRCDIR)/doc/application-api-guide \
 	$(SRCDIR)/include
+EXCLUDE = $(SRCDIR)/include/subsystem
 EXCLUDE_PATTERNS = drv* odp_drv.h
 EXAMPLE_PATH = $(SRCDIR)/example $(SRCDIR)
 WARNINGS = NO