Merge "Remove @ref tag in front of namespace" into devel/master
authorDavid Steele <david.steele@samsung.com>
Fri, 20 Apr 2018 15:10:53 +0000 (15:10 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 20 Apr 2018 15:10:53 +0000 (15:10 +0000)
dali-toolkit/public-api/controls/text-controls/text-field.h
dali-toolkit/public-api/visuals/visual-properties.h

index d2d3ae5..7f7fd86 100644 (file)
@@ -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
index bb0ecd2..cb36f29 100644 (file)
@@ -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