diff options
author | Daniel Willmann <d.willmann@samsung.com> | 2013-05-01 18:20:12 +0100 |
---|---|---|
committer | Daniel Willmann <d.willmann@samsung.com> | 2013-05-01 18:20:12 +0100 |
commit | 37c400eb6bb26bf5e3819900f9843817c68b3168 (patch) | |
tree | 5c36a5c64e3ef756d2459a0c9046093d09c7143a /src/lib/ecore_audio/ecore_audio_obj_out_sndfile.h | |
parent | f8c7f96e0557965e93e1066cb3ef573923b21cfe (diff) |
ecore_audio: Document the remaining in-/outputs
Also remove the Classes section from the Ecore_Audio_Group, we don't
need it as the pages are linked automatically
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_audio/ecore_audio_obj_out_sndfile.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/lib/ecore_audio/ecore_audio_obj_out_sndfile.h b/src/lib/ecore_audio/ecore_audio_obj_out_sndfile.h index faea33cb0c..818abbe646 100644 --- a/src/lib/ecore_audio/ecore_audio_obj_out_sndfile.h +++ b/src/lib/ecore_audio/ecore_audio_obj_out_sndfile.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | /** | 21 | /** |
22 | * @file ecore_audio_obj_out_sndfile.h | 22 | * @file ecore_audio_obj_out_sndfile.h |
23 | * @brief Audio Module | 23 | * @brief Ecore_Audio sndfile output |
24 | */ | 24 | */ |
25 | 25 | ||
26 | #ifdef __cplusplus | 26 | #ifdef __cplusplus |
@@ -29,12 +29,18 @@ extern "C" | |||
29 | #endif | 29 | #endif |
30 | 30 | ||
31 | /** | 31 | /** |
32 | * @addtogroup Ecore_Audio_Group | 32 | * @defgroup ecore_audio_obj_out_sndfile - Ecore_Audio sndfile output |
33 | * @ingroup Ecore_Audio_Group | ||
33 | * @{ | 34 | * @{ |
34 | */ | 35 | */ |
35 | 36 | ||
36 | #define ECORE_AUDIO_OBJ_OUT_SNDFILE_CLASS ecore_audio_obj_out_sndfile_class_get() | 37 | #define ECORE_AUDIO_OBJ_OUT_SNDFILE_CLASS ecore_audio_obj_out_sndfile_class_get() /**< Ecore_Audio sndfile output */ |
37 | 38 | ||
39 | /** | ||
40 | * @brief Get the Eo class ID | ||
41 | * | ||
42 | * @return The Eo class ID | ||
43 | */ | ||
38 | const Eo_Class *ecore_audio_obj_out_sndfile_class_get() EINA_CONST; | 44 | const Eo_Class *ecore_audio_obj_out_sndfile_class_get() EINA_CONST; |
39 | 45 | ||
40 | extern EAPI Eo_Op ECORE_AUDIO_OBJ_OUT_SNDFILE_BASE_ID; | 46 | extern EAPI Eo_Op ECORE_AUDIO_OBJ_OUT_SNDFILE_BASE_ID; |