diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-09-09 16:02:51 +0200 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-09-09 16:03:05 +0200 |
commit | 1148ab3393080b9ed616b0efa1e979a9ed1266cf (patch) | |
tree | bbbf06a049807ba5b90d0ebe1ed624f0c21030d7 | |
parent | 2bca31b4f42ee85de692c3787bfb3ff31fe9b811 (diff) |
docs: fix invalid $class reference to use @class
Summary: ref T7717
Reviewers: segfaultxavi
Reviewed By: segfaultxavi
Subscribers: cedric, #reviewers, #committers
Tags: #efl_docs
Maniphest Tasks: T7717
Differential Revision: https://phab.enlightenment.org/D9876
-rw-r--r-- | src/lib/elementary/efl_ui_internal_text_scroller.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_internal_text_scroller.eo b/src/lib/elementary/efl_ui_internal_text_scroller.eo index ea0d573417..a05300dbd0 100644 --- a/src/lib/elementary/efl_ui_internal_text_scroller.eo +++ b/src/lib/elementary/efl_ui_internal_text_scroller.eo | |||
@@ -10,7 +10,7 @@ class @beta Efl.Ui.Internal_Text_Scroller extends Efl.Ui.Scroller | |||
10 | [[Internal-usage text scroller class. | 10 | [[Internal-usage text scroller class. |
11 | 11 | ||
12 | This class is a special scroller that evaluates its size based on the | 12 | This class is a special scroller that evaluates its size based on the |
13 | $Efl.Canvas.Text object it holds. On initialization the object is meant | 13 | @Efl.Canvas.Text object it holds. On initialization the object is meant |
14 | to be passed along a container (so that other objects such as | 14 | to be passed along a container (so that other objects such as |
15 | a "guide hint" text object are store in such container. | 15 | a "guide hint" text object are store in such container. |
16 | ]] | 16 | ]] |