Fix wrong parameter description of get_selection_text 12/157512/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 12 Sep 2017 00:53:47 +0000 (09:53 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 25 Oct 2017 01:05:09 +0000 (10:05 +0900)
Change-Id: If98ff25373767417551d9a52ca96c299eba45e7a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/sclcore.h

index b462324..ea247e9 100644 (file)
@@ -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;