Efl.h: Add minor comment (doc)

This commit is contained in:
Jean-Philippe Andre 2015-11-03 12:02:56 +09:00
parent 6ad565a6af
commit 3505650046
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ typedef enum _Efl_Gfx_Join
/**
* Type defining gradient stop.
* @note Describe the location and color of a transition point in a gradient.
* @since 1.14
*/
typedef struct _Efl_Gfx_Gradient_Stop Efl_Gfx_Gradient_Stop;