Merged, Maxim. On 02/23/2015 08:40 PM, Mike Holmes wrote:
On 23 February 2015 at 12:23, Bill Fischofer <[email protected] <mailto:[email protected]>> wrote:Add missing doxygen documentation to resolve Bug https://bugs.linaro.org/show_bug.cgi?id=1251 Signed-off-by: Bill Fischofer <[email protected] <mailto:[email protected]>>Reviewed-by: Mike Holmes <[email protected] <mailto:[email protected]>>--- include/odp/api/init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/odp/api/init.h b/include/odp/api/init.h index 775b0b4..01faedc 100644 --- a/include/odp/api/init.h +++ b/include/odp/api/init.h @@ -108,7 +108,7 @@ typedef void (*odp_abort_func_t)(void) ODP_NORETURN; */ typedef struct odp_init_t { odp_log_func_t log_fn; /**< Replacement for the default log fn */ - odp_abort_func_t abort_fn; + odp_abort_func_t abort_fn; /**< Replacement for the default abort fn */ } odp_init_t; /** ODP platform initialization data. -- 2.1.0 _______________________________________________ lng-odp mailing list [email protected] <mailto:[email protected]> http://lists.linaro.org/mailman/listinfo/lng-odp -- *Mike Holmes* Linaro Sr Technical Manager LNG - ODP _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
_______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
