From 45af7bff11b9e8e3afe9b902344e8d46088c3f4e Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Fri, 20 Apr 2018 11:30:00 +0900 Subject: [PATCH] Remove @ref tag in front of namespace - @ref command does not need to use in front of namespace. Change-Id: Ia5f69d2b2b52eaf2cea03d7785a4e152f7364fbe Signed-off-by: Seoyeon Kim --- dali-toolkit/public-api/controls/text-controls/text-field.h | 2 +- dali-toolkit/public-api/visuals/visual-properties.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dali-toolkit/public-api/controls/text-controls/text-field.h b/dali-toolkit/public-api/controls/text-controls/text-field.h index d2d3ae5..7f7fd86 100644 --- a/dali-toolkit/public-api/controls/text-controls/text-field.h +++ b/dali-toolkit/public-api/controls/text-controls/text-field.h @@ -317,7 +317,7 @@ public: * @note VARIATION key can be changed depending on PANEL_LAYOUT. * For example, when PANEL_LAYOUT key is InputMethod::PanelLayout::NORMAL, * then VARIATION would be among NORMAL, WITH_FILENAME, and WITH_PERSON_NAME in Dali::InputMethod::NormalLayout. - * For more information, see @ref Dali::InputMethod::Category. + * For more information, see Dali::InputMethod::Category. * * Example Usage: * @code diff --git a/dali-toolkit/public-api/visuals/visual-properties.h b/dali-toolkit/public-api/visuals/visual-properties.h index bb0ecd2..cb36f29 100644 --- a/dali-toolkit/public-api/visuals/visual-properties.h +++ b/dali-toolkit/public-api/visuals/visual-properties.h @@ -73,7 +73,7 @@ enum { /** * @brief The index for the visual type. - * @details Name "visualType", type [Type](@ref Dali::Toolkit::Visual::Type) (Property::INTEGER) or Property::STRING. + * @details Name "visualType", type [Type](Dali::Toolkit::Visual::Type) (Property::INTEGER) or Property::STRING. * @SINCE_1_1.45 * @note Mandatory. * @see Type -- 2.7.4