From: Maxim Uvarov <maxim.uva...@linaro.org>

Signed-off-by: Maxim Uvarov <maxim.uva...@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 --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"

Reply via email to