From: Seoyeon Kim Date: Thu, 30 Nov 2017 07:17:09 +0000 (+0900) Subject: [4.0] Fix the doxygen command in key-grab.h X-Git-Tag: submit/tizen_4.0/20171205.071939~6^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=commitdiff_plain;h=468547c0cbdb37628cddeeaf037f89572d3db188 [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 --- 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