From: Xavi Artigas Date: Wed, 23 Oct 2019 08:15:30 +0000 (+0200) Subject: docs: small fixes to Efl.Text X-Git-Tag: submit/tizen/20191111.023126~225 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=168db776db5ff038a6f6d70ff0be2ad13c606345;p=platform%2Fupstream%2Fefl.git docs: small fixes to Efl.Text --- diff --git a/src/lib/efl/interfaces/efl_text.eo b/src/lib/efl/interfaces/efl_text.eo index 167fe55..79a5319 100644 --- a/src/lib/efl/interfaces/efl_text.eo +++ b/src/lib/efl/interfaces/efl_text.eo @@ -9,15 +9,13 @@ interface Efl.Text [[The text string to be displayed by the given text object. Do not release (free) the returned value. - - See also @.text.get. ]] set { } get { } values { - text: string; [[Text string to display on it.]] + text: string; [[Text string to display.]] } } }