diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-11-28 13:33:46 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2018-11-28 13:33:46 +0100 |
commit | 05682eed7d572874928424af82fba819790c4228 (patch) | |
tree | e95f5777ba237b378c2ceb166ce6657a6214e2fd /src/lib/emotion/efl_canvas_video.eo | |
parent | c602c075cada6eb56158d398c27f57b522bafdc7 (diff) |
eo-docs: Remove Doxygen tags from efl*.eo files
Summary:
- Replace '\@ref name' with '@name'
- Remove unused \@internal tag
This tag affects text AFTER it, and there is no text after it.
- Remove \@note tag
Replaced with a simple NOTE: text, since eolian does not have an equivalent tag.
- Remove spurious \@Efl... tags
They should really be @Efl...
- Remove \@p tags
There is no eolian equivalent, and a simpler $ suffices in this case.
Fixes T7482
Reviewers: q66
Reviewed By: q66
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Maniphest Tasks: T7482
Differential Revision: https://phab.enlightenment.org/D7372
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/efl_canvas_video.eo | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/emotion/efl_canvas_video.eo b/src/lib/emotion/efl_canvas_video.eo index b4f9647443..4b30936823 100644 --- a/src/lib/emotion/efl_canvas_video.eo +++ b/src/lib/emotion/efl_canvas_video.eo | |||
@@ -10,8 +10,7 @@ class Efl.Canvas.Video (Efl.Canvas.Group, Efl.File, Efl.Player, Efl.Gfx.Image, E | |||
10 | emotion object. | 10 | emotion object. |
11 | 11 | ||
12 | Please don't use this function, consider using | 12 | Please don't use this function, consider using |
13 | \@ref emotion_object_audio_mute_set and | 13 | @Efl.Player.mute instead. |
14 | \@ref emotion_object_video_mute_set instead. | ||
15 | ]] | 14 | ]] |
16 | legacy: emotion_object_module_option_set; | 15 | legacy: emotion_object_module_option_set; |
17 | } | 16 | } |
@@ -38,8 +37,7 @@ class Efl.Canvas.Video (Efl.Canvas.Group, Efl.File, Efl.Player, Efl.Gfx.Image, E | |||
38 | It's possible to disable the build of a module with | 37 | It's possible to disable the build of a module with |
39 | --disable-module_name. | 38 | --disable-module_name. |
40 | 39 | ||
41 | See also \@ref emotion_object_add and | 40 | See also @Efl.File.file. |
42 | \@ref emotion_object_file_set. | ||
43 | ]] | 41 | ]] |
44 | legacy: emotion_object_init; | 42 | legacy: emotion_object_init; |
45 | return: bool; [[$true if the specified module was successfully | 43 | return: bool; [[$true if the specified module was successfully |