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, master has been updated via c710eb38a88d20f4adc2ee377a0fa170fbca1aca (commit) from e01d879bd344f89d25568d93531d457e87e80f6f (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 c710eb38a88d20f4adc2ee377a0fa170fbca1aca Author: Bill Fischofer bill.fischofer@linaro.org Date: Wed Oct 19 07:09:31 2016 -0500
linux-generic: config: add missing doxygen documentation for abi macros
Fix Bug https://bugs.linaro.org/show_bug.cgi?id=2553 by adding missing doxygen documentation for the internal macros ODP_ABI_COMPAT and _STATIC.
Signed-off-by: Bill Fischofer bill.fischofer@linaro.org Reviewed-by: Mike Holmes mike.holmes@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/platform/linux-generic/include/odp/api/plat/static_inline.h.in b/platform/linux-generic/include/odp/api/plat/static_inline.h.in index acee5f3..4562a22 100644 --- a/platform/linux-generic/include/odp/api/plat/static_inline.h.in +++ b/platform/linux-generic/include/odp/api/plat/static_inline.h.in @@ -17,6 +17,17 @@ extern "C" { #endif
+/** + * @internal + * @def ODP_ABI_COMPAT + * Control ABI compatibility + */ + +/** + * @internal + * @def _STATIC + * Control conditional static inline expansions for ABI compatibility + */ #if @ODP_ABI_COMPAT@ #define ODP_ABI_COMPAT 1 #define _STATIC
-----------------------------------------------------------------------
Summary of changes: .../linux-generic/include/odp/api/plat/static_inline.h.in | 11 +++++++++++ 1 file changed, 11 insertions(+)
hooks/post-receive