From 2f3593b5d0b7e7fad646b160d8ef4e926f47865b Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Mon, 29 Aug 2016 15:44:08 +0900 Subject: [PATCH] [3.0] Add Privilege doxygen tags Change-Id: Ifc8755ca6a7492974e3275605f45394d3dee9166 Signed-off-by: Seoyeon Kim --- dali/public-api/images/resource-image.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dali/public-api/images/resource-image.h b/dali/public-api/images/resource-image.h index c4af9ce..d354a26 100644 --- a/dali/public-api/images/resource-image.h +++ b/dali/public-api/images/resource-image.h @@ -143,6 +143,7 @@ public: * * @sa Dali::FittingMode::Type Dali::SamplingMode::Type * @SINCE_1_0.0 + * @REMARK_INTERNET * @param [in] url The URL of the image file to use. * @param [in] orientationCorrection Reorient the image to respect any orientation metadata in its header. * @return A handle to a newly allocated object @@ -155,6 +156,7 @@ public: * @brief Create an initialised ResourceImage object. * * @SINCE_1_0.0 + * @REMARK_INTERNET * @param [in] url The URL of the image file to use. * @param [in] loadPol The LoadPolicy to apply when loading the image resource. * @param [in] releasePol The ReleasePolicy to apply to Image. @@ -167,6 +169,7 @@ public: * @brief Create an initialised ResourceImage object. * * @SINCE_1_0.0 + * @REMARK_INTERNET * @param [in] url The URL of the image file to use. * @param [in] size The width and height to fit the loaded image to. * @param [in] fittingMode The method used to fit the shape of the image before loading to the shape defined by the size parameter. @@ -186,6 +189,7 @@ public: * @brief Create an initialised ResourceImage object. * * @SINCE_1_0.0 + * @REMARK_INTERNET * @param [in] url The URL of the image file to use. * @param [in] loadPol The LoadPolicy to apply when loading the image resource. * @param [in] releasePol The ReleasePolicy to apply to Image. -- 2.7.4