Merged,
Maxim.

On 10/19/16 18:01, Mike Holmes wrote:
On 19 October 2016 at 08:09, Bill Fischofer <bill.fischo...@linaro.org> wrote:
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.fischo...@linaro.org>
Reviewed-by: Mike Holmes <mike.hol...@linaro.org>


---
  .../linux-generic/include/odp/api/plat/static_inline.h.in     | 11 +++++++++++
  1 file changed, 11 insertions(+)

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
--
2.7.4




Reply via email to