Add description about send_private_command API 82/131382/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Sun, 28 May 2017 23:58:27 +0000 (08:58 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Sun, 28 May 2017 23:58:27 +0000 (08:58 +0900)
Change-Id: I69e8700dd92693f84d669f5807c4ab594bf98ffd
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/sclcore.h

index b462324..383c1f5 100644 (file)
@@ -346,6 +346,11 @@ public:
      */
     void set_selection(sclint start, sclint end);
 
+    /**
+     * @brief Send a private command to its connected editor.
+     *
+     * @param[in] command a command to be sent.
+     */
     void send_private_command(const sclchar *command);
 
     /**