[dali_2.3.24] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-scene3d / public-api / loader / load-scene-metadata.h
index ca7e16f..6056b1e 100644 (file)
@@ -29,16 +29,18 @@ namespace Dali::Scene3D::Loader
 {\r
 /**\r
  * @brief Defines the matadata for an image.\r
+ * @SINCE_2_2.5\r
  */\r
 struct ImageMetadata\r
 {\r
-  ImageDimensions    mMinSize{};                                   ///< The minimum required image size for rendering\r
-  SamplingMode::Type mSamplingMode{SamplingMode::BOX_THEN_LINEAR}; ///< The sampling mode used to resize the image\r
+  ImageDimensions    mMinSize{};                                   ///< The minimum required image size for rendering. @SINCE_2_2.5\r
+  SamplingMode::Type mSamplingMode{SamplingMode::BOX_THEN_LINEAR}; ///< The sampling mode used to resize the image. @SINCE_2_2.5\r
 };\r
 \r
 /**\r
  * @brief Stores the metadata for a scene.\r
  *\r
+ * @SINCE_2_2.5\r
  * @note The supported format is the following:\r
  *  {\r
  *    "images": (optional) [ {\r
@@ -55,8 +57,10 @@ struct SceneMetadata
 };\r
 \r
 /**\r
- * @brief Attempts to load and process a json file specifying scene metadata\r
- * for pre-processing the scene resources: e.g. the minimum size required for rendering images, etc.\r
+ * @brief Attempts to load and process a json file specifying scene metadata for pre-processing the scene resources.\r
+ *\r
+ * e.g. the minimum size required for rendering images, etc.\r
+ * @SINCE_2_2.5\r
  * @note Will fail quietly if the file is not present.\r
  */\r
 DALI_SCENE3D_API void LoadSceneMetadata(const std::string& url, SceneMetadata& sceneMetadata);\r