Move Some Devel Properties & APIs to the Public API
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / visuals / image-visual-properties.h
index 6a8649c..0f5d58b 100644 (file)
@@ -233,7 +233,7 @@ enum
    */
   CROP_TO_MASK,
 
-/**
+  /**
    * @brief The policy to determine when an image should be loaded.
    * @details Name "loadPolicy",  Type LoadPolicy::Type (Property::INTEGER)or Property::STRING.
    * @SINCE_1_3_5
@@ -250,7 +250,6 @@ enum
    * @note Default ReleasePolicy::DESTROYED
    * @see ReleasePolicy::Type
    */
-
   RELEASE_POLICY,
 
   /**
@@ -259,7 +258,6 @@ enum
    * @SINCE_1_3_5
    * @note Default true
    */
-
   ORIENTATION_CORRECTION,
 
 };