> 
> --- a/include/odp/api/init.h
> +++ b/include/odp/api/init.h
> @@ -152,6 +152,10 @@ typedef struct odp_platform_init_t {
>    *
>    * @see odp_term_global()
>    * @see odp_init_local() which is required per thread before use.
> + * @note The underlying implementation may have an another way to get
> + * configuration related to platform_params (e.g. environmental variable,
> + * configuration file), but if the application passes it, it should
> always
> + * take precedence.
>    */
>   int odp_init_global(const odp_init_t *params,
>                      const odp_platform_init_t *platform_params);
> 

Otherwise OK, but add it into the body of the documentation text (instead of 
@note).

-Petri
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to