Remove @ref tag in front of namespace 46/176546/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 20 Apr 2018 02:30:00 +0000 (11:30 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 20 Apr 2018 02:33:11 +0000 (11:33 +0900)
- @ref command does not need to use in front of namespace.

Change-Id: Ia5f69d2b2b52eaf2cea03d7785a4e152f7364fbe
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
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