diff mbox series

[API-NEXT,v1,1/1] linux-generic: atomic: avoid doxygen warnings on atomic types

Message ID 1516392011-26431-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [API-NEXT,v1,1/1] linux-generic: atomic: avoid doxygen warnings on atomic types | expand

Commit Message

Github ODP bot Jan. 19, 2018, 8 p.m. UTC
From: Bill Fischofer <bill.fischofer@linaro.org>


Flag internal atomic type definitions as @internal to suppress
extraneous doxygen warnings.

Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>

---
/** Email created from pull request 411 (Bill-Fischofer-Linaro:doxygen-fix)
 ** https://github.com/Linaro/odp/pull/411
 ** Patch: https://github.com/Linaro/odp/pull/411.patch
 ** Base sha: f925f103c90591776f73863d30159357b08bf71e
 ** Merge commit sha: 0adc9565f7d6381a96ca397e404c3e0d9eba541b
 **/
 platform/linux-generic/include/odp/api/plat/atomic_types.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/platform/linux-generic/include/odp/api/plat/atomic_types.h b/platform/linux-generic/include/odp/api/plat/atomic_types.h
index bc3b9466e..1de4ede1c 100644
--- a/platform/linux-generic/include/odp/api/plat/atomic_types.h
+++ b/platform/linux-generic/include/odp/api/plat/atomic_types.h
@@ -77,8 +77,10 @@  struct odp_atomic_u32_s {
 })
 #endif
 
+/** @internal */
 typedef struct odp_atomic_u64_s odp_atomic_u64_t;
 
+/** @internal */
 typedef struct odp_atomic_u32_s odp_atomic_u32_t;
 
 #ifdef __cplusplus