ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=82b0da0c8ab214007c8129b9f7f62d23232d14b0
commit 82b0da0c8ab214007c8129b9f7f62d23232d14b0 Author: Andy Williams <[email protected]> Date: Thu Nov 2 20:57:47 2017 +0000 Correct struct labelling Avoids linking every occurrence of 'The' --- src/lib/eina/eina_promise.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/eina/eina_promise.h b/src/lib/eina/eina_promise.h index 0ffd487cea..573c019d6b 100644 --- a/src/lib/eina/eina_promise.h +++ b/src/lib/eina/eina_promise.h @@ -1430,7 +1430,8 @@ EAPI Eina_Promise *eina_promise_all_array(Eina_Future *array[]) EINA_ARG_NONNULL EAPI Eina_Promise *eina_promise_race_array(Eina_Future *array[]) EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT; /** - * @struct The struct that is used to store the race result. + * @struct _Eina_Future_Race_Result + * The struct that is used to store the race result. * * When using eina_promise_race_array() and friends, the future result * will be reported as a struct. The values can be obtained using --
