Add deprecated tag and missed doxygen
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / image-view / image-view.h
index 4585657..3d4c361 100644 (file)
@@ -70,6 +70,10 @@ public:
    */
   struct Property
   {
+    /**
+     * @brief An enumeration of properties belonging to the ImageView class.
+     * @SINCE_1_0.0
+     */
     enum
     {
       // Event side properties
@@ -125,7 +129,7 @@ public:
   static ImageView New();
 
   /**
-   * @DEPRECATED_1_2.8, use New( const std::string& ) instead.
+   * @DEPRECATED_1_2_8, use New( const std::string& ) instead.
    *
    * @brief Create an initialized ImageView from an Image instance.
    *
@@ -206,7 +210,7 @@ public:
   static ImageView DownCast( BaseHandle handle );
 
   /**
-   * @DEPRECATED_1_2.8, use SetImage( const std::string& ) instead.
+   * @DEPRECATED_1_2_8, use SetImage( const std::string& ) instead.
    *
    * @brief Sets this ImageView from an Image instance.
    *