From: Jihoon Kim Date: Tue, 12 Sep 2017 00:53:47 +0000 (+0900) Subject: Fix wrong parameter description of get_selection_text X-Git-Tag: submit/tizen_3.0/20171025.071119~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80734a088911c185b7f485b8cdaeab5550fc7ecf;p=platform%2Fcore%2Fuifw%2Flibscl-core.git Fix wrong parameter description of get_selection_text Change-Id: If98ff25373767417551d9a52ca96c299eba45e7a Signed-off-by: Jihoon Kim --- diff --git a/src/sclcore.h b/src/sclcore.h index b462324..ea247e9 100644 --- a/src/sclcore.h +++ b/src/sclcore.h @@ -363,7 +363,7 @@ public: /** * @brief Get the selected text. * - * @param[out] text The surrounding text. + * @param[out] text The selection text. */ void get_selection_text(sclchar **text) const;