This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, api-next has been updated via a6d9960b81c1c5d4dff0c25b43ac5f9de7e36b8a (commit) from 645e5ccf90c00c634c29fbb4276a8875699d8893 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit a6d9960b81c1c5d4dff0c25b43ac5f9de7e36b8a Author: Christophe Milard christophe.milard@linaro.org Date: Fri Aug 19 16:46:23 2016 +0200
doc: drv: fix doxyfile for drv doc generation
Restricting to the driver interface and defining general macros.
Signed-off-by: Christophe Milard christophe.milard@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/doc/driver-api-guide/Doxyfile b/doc/driver-api-guide/Doxyfile index 680d1d4..b5f7260 100644 --- a/doc/driver-api-guide/Doxyfile +++ b/doc/driver-api-guide/Doxyfile @@ -5,10 +5,13 @@ PROJECT_NUMBER = $(VERSION) PROJECT_LOGO = $(SRCDIR)/doc/images/ODP-Logo-HQ.svg INPUT = $(SRCDIR)/doc/driver-api-guide \ $(SRCDIR)/include/odp/drv \ + $(SRCDIR)/platform/$(WITH_PLATFORM)/include/odp/drv \ $(SRCDIR)/include/odp_drv.h -EXCLUDE_PATTERNS = drv* odp_drv.h -EXAMPLE_PATH = $(SRCDIR)/example $(SRCDIR) PREDEFINED = __GNUC__ \ - "ODP_HANDLE_T(type)=odp_handle_t type" \ - odpdrv_bool_t=int -WARNINGS = NO + __attribute__(x)= \ + ODPDRV_ALIGNED(x)= \ + __BIG_ENDIAN_BITFIELD \ + __LITTLE_ENDIAN_BITFIELD \ + __x86_64__ \ + ODPDRV_PACKED \ + "ODPDRV_HANDLE_T(type)=odpdrv_handle_t type"
-----------------------------------------------------------------------
Summary of changes: doc/driver-api-guide/Doxyfile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-)
hooks/post-receive