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/20170928.010833~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8948546a088c619cd016e11d9a55f2896d14da6;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 6cf4fad..f0bf947 100644 --- a/src/sclcore.h +++ b/src/sclcore.h @@ -391,7 +391,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;