From 468547c0cbdb37628cddeeaf037f89572d3db188 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Thu, 30 Nov 2017 16:17:09 +0900 Subject: [PATCH] [4.0] Fix the doxygen command in key-grab.h - 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 --- adaptors/tizen/key-grab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adaptors/tizen/key-grab.h b/adaptors/tizen/key-grab.h index 956200b..0608dc9 100755 --- a/adaptors/tizen/key-grab.h +++ b/adaptors/tizen/key-grab.h @@ -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& /** * @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 -- 2.7.4