cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d22917626c29249727844fd5eb98d81d164e450b
commit d22917626c29249727844fd5eb98d81d164e450b Author: Adrien Nader <adr...@notk.org> Date: Mon Oct 13 17:24:27 2014 +0200 ecore_audio: add @brief doc for struct Ecore_Audio_Vio. It's simply a copy of the one given in the following typedef: typedef struct _Ecore_Audio_Vio Ecore_Audio_Vio; --- src/lib/ecore_audio/Ecore_Audio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_audio/Ecore_Audio.h b/src/lib/ecore_audio/Ecore_Audio.h index e977060..dda0c1b 100644 --- a/src/lib/ecore_audio/Ecore_Audio.h +++ b/src/lib/ecore_audio/Ecore_Audio.h @@ -82,6 +82,7 @@ typedef struct _Ecore_Audio_Module Ecore_Audio_Module; typedef struct _Ecore_Audio_Object Ecore_Audio_Object; /**< The audio object */ /* + * @brief Structure to hold the callbacks needed to implement virtual file IO * @since 1.8 */ struct _Ecore_Audio_Vio { --