Correct struct labelling

Avoids linking every occurrence of 'The'
This commit is contained in:
Andy Williams 2017-11-02 20:57:47 +00:00
parent 27b8f2eee3
commit 82b0da0c8a
1 changed files with 2 additions and 1 deletions

View File

@ -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