Latest doxygen requires all items to be documented so add doxygen for
enclosing union around variant time types.

Signed-off-by: Bill Fischofer <[email protected]>
---
 platform/linux-generic/include/odp/api/plat/time_types.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platform/linux-generic/include/odp/api/plat/time_types.h 
b/platform/linux-generic/include/odp/api/plat/time_types.h
index 71e354e6..e7111c8c 100644
--- a/platform/linux-generic/include/odp/api/plat/time_types.h
+++ b/platform/linux-generic/include/odp/api/plat/time_types.h
@@ -26,6 +26,7 @@ extern "C" {
  * implementations.
  */
 typedef struct odp_time_t {
+       /** @internal Variant mappings for time type */
        union {
                /** @internal Used with generic 64 bit operations */
                uint64_t u64;
-- 
2.11.0

Reply via email to