ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=03ea9ff79c396b2250225de52f1d434086f2ee89
commit 03ea9ff79c396b2250225de52f1d434086f2ee89 Author: Andy Williams <[email protected]> Date: Tue Dec 12 17:50:13 2017 +0000 docs: Fix referencing format All except references to Efl.Ui.Win_Inline --- src/lib/edje/efl_canvas_layout_part.eo | 2 +- src/lib/efl/interfaces/efl_gfx.eo | 2 +- src/lib/efl/interfaces/efl_gfx_size_hint.eo | 4 ++-- src/lib/efl/interfaces/efl_gfx_types.eot | 2 +- src/lib/efl/interfaces/efl_text_font.eo | 8 ++++---- src/lib/efl/interfaces/efl_ui_base.eo | 4 ++-- src/lib/efl/interfaces/efl_ui_direction.eo | 2 +- src/lib/elementary/efl_ui_translatable.eo | 2 +- src/lib/elementary/elm_widget.eo | 4 ++-- src/lib/evas/canvas/efl_canvas_group.eo | 4 ++-- src/lib/evas/canvas/efl_gfx_map.eo | 2 +- src/lib/evas/canvas/efl_input_pointer.eo | 2 +- 12 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/lib/edje/efl_canvas_layout_part.eo b/src/lib/edje/efl_canvas_layout_part.eo index 87cacafbef..37e5ae5f9f 100644 --- a/src/lib/edje/efl_canvas_layout_part.eo +++ b/src/lib/edje/efl_canvas_layout_part.eo @@ -2,7 +2,7 @@ import edje_types; class Efl.Canvas.Layout.Part (Efl.Object, Efl.Gfx, Efl.Ui.Drag) { - [[Common class for part proxy objects for $Efl.Canvas.Layout. + [[Common class for part proxy objects for @Efl.Canvas.Layout. As an @Efl.Part implementation class, all objects of this class are meant to be used for one and only one function call. In pseudo-code, the use diff --git a/src/lib/efl/interfaces/efl_gfx.eo b/src/lib/efl/interfaces/efl_gfx.eo index 0c300da8bc..6b30097bf3 100644 --- a/src/lib/efl/interfaces/efl_gfx.eo +++ b/src/lib/efl/interfaces/efl_gfx.eo @@ -32,7 +32,7 @@ interface Efl.Gfx { Note that setting the actual size of an object might be the job of its container, so this function might have no effect. - Look at $Efl.Gfx.Size.Hint instead, when manipulating + Look at @Efl.Gfx.Size.Hint instead, when manipulating widgets. ]] } diff --git a/src/lib/efl/interfaces/efl_gfx_size_hint.eo b/src/lib/efl/interfaces/efl_gfx_size_hint.eo index 329ec2e4e3..7b344d8693 100644 --- a/src/lib/efl/interfaces/efl_gfx_size_hint.eo +++ b/src/lib/efl/interfaces/efl_gfx_size_hint.eo @@ -1,9 +1,9 @@ import efl_gfx_types; const Efl.Gfx.Size.Hint.Expand: double = 1.0; - [[Use with $Efl.Gfx.Size.Hint.weight.]] + [[Use with @Efl.Gfx.Size.Hint.hint_weight.]] const Efl.Gfx.Size.Hint.Fill: double = -1.0; - [[Special value for $Efl.Gfx.Size.Hint.align.]] + [[Special value for @Efl.Gfx.Size.Hint.hint_align.]] interface Efl.Gfx.Size.Hint { diff --git a/src/lib/efl/interfaces/efl_gfx_types.eot b/src/lib/efl/interfaces/efl_gfx_types.eot index d81f50b700..7c6c43ec18 100644 --- a/src/lib/efl/interfaces/efl_gfx_types.eot +++ b/src/lib/efl/interfaces/efl_gfx_types.eot @@ -166,7 +166,7 @@ enum Efl.Gfx.Size.Hint.Aspect { [[Aspect types/policies for scaling size hints. - See also $Efl.Gfx.Size.Hint.aspect. + See also @Efl.Gfx.Size.Hint.hint_aspect. ]] none = 0, [[No preference on either direction of the container diff --git a/src/lib/efl/interfaces/efl_text_font.eo b/src/lib/efl/interfaces/efl_text_font.eo index b68e142b6f..f349fbae8c 100644 --- a/src/lib/efl/interfaces/efl_text_font.eo +++ b/src/lib/efl/interfaces/efl_text_font.eo @@ -87,7 +87,7 @@ interface Efl.Text.Font { @property font_weight { [[Type of weight of the displayed font - Default is $Efl.Text.Font.Weight.normal\. + Default is @Efl.Text.Font.Weight.normal\. ]] values { font_weight: Efl.Text.Font.Weight; [[Font weight]] @@ -97,7 +97,7 @@ interface Efl.Text.Font { @property font_slant { [[Type of slant of the displayed font - Default is $Efl.Text.Font.Slant.normal\. + Default is @Efl.Text.Font.Slant.normal\. ]] values { style: Efl.Text.Font.Slant; [[Font slant]] @@ -107,7 +107,7 @@ interface Efl.Text.Font { @property font_width { [[Type of width of the displayed font - Default is $Efl.Text.Font.Width.normal\. + Default is @Efl.Text.Font.Width.normal\. ]] values { width: Efl.Text.Font.Width; [[Font width]] @@ -132,7 +132,7 @@ interface Efl.Text.Font { Basically, it is not scalable. But, it needs to be scalable for some use cases. (ex. colorful emoji fonts) - Default is $Efl.Text.Font.Bitmap_Scalable.none\. + Default is @Efl.Text.Font.Bitmap_Scalable.none\. ]] values { scalable: Efl.Text.Font.Bitmap_Scalable; [[Scalable]] diff --git a/src/lib/efl/interfaces/efl_ui_base.eo b/src/lib/efl/interfaces/efl_ui_base.eo index bfd133a42f..7ce917d660 100644 --- a/src/lib/efl/interfaces/efl_ui_base.eo +++ b/src/lib/efl/interfaces/efl_ui_base.eo @@ -20,8 +20,8 @@ interface Efl.Ui.Base If enabled, the system or application configuration will be used to set the value of @.mirrored. - This property may be implemented by high-level widgets (in $Efl.Ui) - but not by low-level widgets (in $Efl.Canvas) as the configuration + This property may be implemented by high-level widgets (in Efl.Ui) + but not by low-level widgets (in @Efl.Canvas) as the configuration should affect only high-level widgets. ]] values { diff --git a/src/lib/efl/interfaces/efl_ui_direction.eo b/src/lib/efl/interfaces/efl_ui_direction.eo index ba9759b6b6..daf4e0cf6d 100644 --- a/src/lib/efl/interfaces/efl_ui_direction.eo +++ b/src/lib/efl/interfaces/efl_ui_direction.eo @@ -5,7 +5,7 @@ enum Efl.Ui.Dir { [[Direction for UI objects and layouts. - Not to be confused with $Efl.Orient which is for images and canvases. This + Not to be confused with @Efl.Orient which is for images and canvases. This enum is used to define how widgets should expand and orient themselves, not to rotate images. diff --git a/src/lib/elementary/efl_ui_translatable.eo b/src/lib/elementary/efl_ui_translatable.eo index 985566c795..ebd7685b24 100644 --- a/src/lib/elementary/efl_ui_translatable.eo +++ b/src/lib/elementary/efl_ui_translatable.eo @@ -27,7 +27,7 @@ interface Efl.Ui.Translatable } return: string; [[This returns the untranslated value of $label. The translated string can usually be retrieved with - $Efl.Text.text.get.]] + @Efl.Text.text.get.]] } values { label: string; [[A unique (untranslated) string.]] diff --git a/src/lib/elementary/elm_widget.eo b/src/lib/elementary/elm_widget.eo index b6a4b916b5..92071374b5 100644 --- a/src/lib/elementary/elm_widget.eo +++ b/src/lib/elementary/elm_widget.eo @@ -37,7 +37,7 @@ abstract Elm.Widget (Efl.Canvas.Group, Efl.Access, } values { sobj: Efl.Canvas.Object @nullable; - [[A canvas object (often a $Efl.Canvas.Layout object).]] + [[A canvas object (often a @Efl.Canvas.Layout object).]] } } @property disabled { @@ -176,7 +176,7 @@ abstract Elm.Widget (Efl.Canvas.Group, Efl.Access, [[Root widget in the widget hierarchy. This returns the top widget, in terms of widget hierarchy. This is - usually a window ($Efl.Ui.Win). This function walks the list of + usually a window (@Efl.Ui.Win). This function walks the list of @.widget_parent. If this widget has no parent (in terms of widget hierarchy) this diff --git a/src/lib/evas/canvas/efl_canvas_group.eo b/src/lib/evas/canvas/efl_canvas_group.eo index 602b0bdc04..77bfecf3c1 100644 --- a/src/lib/evas/canvas/efl_canvas_group.eo +++ b/src/lib/evas/canvas/efl_canvas_group.eo @@ -4,7 +4,7 @@ class Efl.Canvas.Group (Efl.Canvas.Object) move along their parent, are often clipped with a common clipper. This is part of the legacy smart object concept. - A group is not necessarily a container (see $Efl.Container), in the + A group is not necessarily a container (see @Efl.Container), in the sense that a standard widget may not have any empty slots for content, but is still a group of low-level canvas objects (clipper, raw objects, etc...). @@ -57,7 +57,7 @@ class Efl.Canvas.Group (Efl.Canvas.Object) canvas objects. This returns the list of "smart" children. This might be different - from both the $Efl.Object children list as well as the $Efl.Container + from both the @Efl.Object children list as well as the @Efl.Container content list. ]] return: iterator<Efl.Canvas.Object> @owned; diff --git a/src/lib/evas/canvas/efl_gfx_map.eo b/src/lib/evas/canvas/efl_gfx_map.eo index 90d49277e1..c679719355 100644 --- a/src/lib/evas/canvas/efl_gfx_map.eo +++ b/src/lib/evas/canvas/efl_gfx_map.eo @@ -79,7 +79,7 @@ mixin Efl.Gfx.Map (Efl.Interface, Efl.Object) This sets alpha flag for map rendering. If the object is a type that has its own alpha settings, then this will take precedence. Only - image objects support this currently ($Efl.Canvas.Image and its + image objects support this currently (@Efl.Canvas.Image and its friends). Setting this off stops alpha blending of the map area, and is useful if you know the object and/or all sub-objects is 100% solid. diff --git a/src/lib/evas/canvas/efl_input_pointer.eo b/src/lib/evas/canvas/efl_input_pointer.eo index e233ce4daa..400ce3481b 100644 --- a/src/lib/evas/canvas/efl_input_pointer.eo +++ b/src/lib/evas/canvas/efl_input_pointer.eo @@ -116,7 +116,7 @@ class Efl.Input.Pointer (Efl.Object, Efl.Input.Event, Efl.Input.State) propagation or repetition of the event. ]] values { - src: Efl.Object; [[Source object: $Efl.Gfx]] + src: Efl.Object; [[Source object: @Efl.Gfx]] } } @property button_flags { --
