projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b8f2e
)
Correct struct labelling
author
Andy Williams
<andy@andywilliams.me>
Thu, 2 Nov 2017 20:57:47 +0000
(20:57 +0000)
committer
Andy Williams
<andy@andywilliams.me>
Thu, 2 Nov 2017 20:57:47 +0000
(20:57 +0000)
Avoids linking every occurrence of 'The'
src/lib/eina/eina_promise.h
patch
|
blob
|
history
diff --git
a/src/lib/eina/eina_promise.h
b/src/lib/eina/eina_promise.h
index
0ffd487
..
573c019
100644
(file)
--- 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