Discovered this omission in testing v1.15.0.0 release candidate. This
needs to be merged to API-NEXT and pulled to NEXT for inclusion in the
v1.15.0.0 release.

On Fri, Jun 2, 2017 at 4:24 PM, Bill Fischofer
<[email protected]> wrote:
> 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