diff options
author | Andy Williams <andy@andywilliams.me> | 2017-11-02 20:57:47 +0000 |
---|---|---|
committer | Andy Williams <andy@andywilliams.me> | 2017-11-02 20:57:47 +0000 |
commit | 82b0da0c8ab214007c8129b9f7f62d23232d14b0 (patch) | |
tree | 374b88c71452368e4bbfe561283519b672b0a7ba | |
parent | 27b8f2eee322d7a7a11f8b7a9625e96b1494fdb0 (diff) |
Correct struct labelling
Avoids linking every occurrence of 'The'
-rw-r--r-- | src/lib/eina/eina_promise.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
1430 | EAPI Eina_Promise *eina_promise_race_array(Eina_Future *array[]) EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT; | 1430 | EAPI Eina_Promise *eina_promise_race_array(Eina_Future *array[]) EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT; |
1431 | 1431 | ||
1432 | /** | 1432 | /** |
1433 | * @struct The struct that is used to store the race result. | 1433 | * @struct _Eina_Future_Race_Result |
1434 | * The struct that is used to store the race result. | ||
1434 | * | 1435 | * |
1435 | * When using eina_promise_race_array() and friends, the future result | 1436 | * When using eina_promise_race_array() and friends, the future result |
1436 | * will be reported as a struct. The values can be obtained using | 1437 | * will be reported as a struct. The values can be obtained using |