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
This commit is contained in:
Mike Blumenkrantz 2019-09-09 16:02:51 +02:00 committed by Xavi Artigas
parent 2bca31b4f4
commit 1148ab3393
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class @beta Efl.Ui.Internal_Text_Scroller extends Efl.Ui.Scroller
[[Internal-usage text scroller class.
This class is a special scroller that evaluates its size based on the
$Efl.Canvas.Text object it holds. On initialization the object is meant
@Efl.Canvas.Text object it holds. On initialization the object is meant
to be passed along a container (so that other objects such as
a "guide hint" text object are store in such container.
]]