[3.0] Add Privilege doxygen tags 74/86174/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 29 Aug 2016 06:44:08 +0000 (15:44 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 31 Aug 2016 02:22:10 +0000 (11:22 +0900)
Change-Id: Ifc8755ca6a7492974e3275605f45394d3dee9166
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali/public-api/images/resource-image.h

index c4af9ce..d354a26 100644 (file)
@@ -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.