[4.0] Fix the doxygen command in key-grab.h 01/162301/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 30 Nov 2017 07:17:09 +0000 (16:17 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 30 Nov 2017 07:18:39 +0000 (16:18 +0900)
 - No need to write "@Dali::Vector", just do write "Dali::Vector".
 - Then, the link to Dali::Vector is generated.

Change-Id: I857986c122a952b65e747cc6e95ea2ed16db3403
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
adaptors/tizen/key-grab.h

index 956200b..0608dc9 100755 (executable)
@@ -113,7 +113,7 @@ DALI_IMPORT_API bool UngrabKey( Window window, Dali::KEY daliKey );
 
 /**
  * @PLATFORM
- * @brief Grabs the list of keys specified by @Dali::Vector of keys for @a window in @Dali::Vector of grabModes.
+ * @brief Grabs the list of keys specified by Dali::Vector of keys for @a window in Dali::Vector of grabModes.
  *
  * @details This function can be used for following example scenarios:
  * - TV - A user might want to change the volume or channel of the background TV contents while focusing on the foregrund app.
@@ -134,7 +134,7 @@ DALI_IMPORT_API bool GrabKeyList( Window window, const Dali::Vector<Dali::KEY>&
 
 /**
  * @PLATFORM
- * @brief Ungrabs the list of keys specified by @Dali::Vector of keys for @a window.
+ * @brief Ungrabs the list of keys specified by Dali::Vector of keys for @a window.
  *
  * @SINCE_1_2.0
  * @PRIVLEVEL_PLATFORM