diff mbox series

[v1,1/1] doxygen: remove drv types

Message ID 1510322411-19219-2-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v1,1/1] doxygen: remove drv types | expand

Commit Message

Github ODP bot Nov. 10, 2017, 2 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 291 (muvarov:master_drv_doxygen)
 ** https://github.com/Linaro/odp/pull/291
 ** Patch: https://github.com/Linaro/odp/pull/291.patch
 ** Base sha: 2cfe11680ecc2186339183e94f291ce586740f8b
 ** Merge commit sha: 026edd2473ab4943816978c9d13817fd80292b1f
 **/
 doc/Doxyfile_common | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/doc/Doxyfile_common b/doc/Doxyfile_common
index 0471dcf3c..779442d00 100644
--- a/doc/Doxyfile_common
+++ b/doc/Doxyfile_common
@@ -33,12 +33,9 @@  DOT_IMAGE_FORMAT = svg
 PREDEFINED = __GNUC__ \
 	     __attribute__(x)= \
 	     ODP_ALIGNED(x)= \
-	     ODPDRV_ALIGNED(x)= \
 	     __BIG_ENDIAN_BITFIELD \
 	     __LITTLE_ENDIAN_BITFIELD \
 	     __x86_64__ \
 	     ODP_PACKED \
-	     ODPDRV_PACKED \
 	     ODP_DEPRECATE(x)=x \
-	     "ODP_HANDLE_T(type)=odp_handle_t type" \
-	     "ODPDRV_HANDLE_T(type)=odpdrv_handle_t type"
+	     "ODP_HANDLE_T(type)=odp_handle_t type"