diff options
author | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2015-07-08 15:12:32 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2015-07-08 15:13:26 +0100 |
commit | 18502b842971c2d0ef38357f80c3b1a296a46c83 (patch) | |
tree | 0b46b812113215f0d47a5c40c94644ae60cb8603 /src/lib/emotion/emotion_object.eo | |
parent | 80eed1e285b285393432cf157f12d56763c19dcc (diff) |
efl: fix doc references across the tree to validate right
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/emotion_object.eo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/emotion/emotion_object.eo b/src/lib/emotion/emotion_object.eo index 3be80dd881..3486c5cef3 100644 --- a/src/lib/emotion/emotion_object.eo +++ b/src/lib/emotion/emotion_object.eo | |||
@@ -9,8 +9,8 @@ class Emotion.Object (Evas.Object_Smart, Efl.File, Efl.Player, Efl.Image) { | |||
9 | emotion object. | 9 | emotion object. |
10 | 10 | ||
11 | Please don't use this function, consider using | 11 | Please don't use this function, consider using |
12 | @emotion_object_audio_mute_set() and | 12 | \@ref emotion_object_audio_mute_set and |
13 | @emotion_object_video_mute_set instead. | 13 | \@ref emotion_object_video_mute_set instead. |
14 | ]] | 14 | ]] |
15 | legacy: emotion_object_module_option_set; | 15 | legacy: emotion_object_module_option_set; |
16 | } | 16 | } |
@@ -37,7 +37,8 @@ class Emotion.Object (Evas.Object_Smart, Efl.File, Efl.Player, Efl.Image) { | |||
37 | It's possible to disable the build of a module with | 37 | It's possible to disable the build of a module with |
38 | --disable-module_name. | 38 | --disable-module_name. |
39 | 39 | ||
40 | See also @emotion_object_add and @emotion_object_file_set. | 40 | See also \@ref emotion_object_add and |
41 | \@ref emotion_object_file_set. | ||
41 | ]] | 42 | ]] |
42 | legacy: emotion_object_init; | 43 | legacy: emotion_object_init; |
43 | return: bool; [[true if the specified module was successfully | 44 | return: bool; [[true if the specified module was successfully |