capi: missing arg description added 84/288384/1
authorMira Grudzinska <m.grudzinska@samsung.com>
Thu, 16 Dec 2021 19:13:36 +0000 (20:13 +0100)
committerjykeon <jykeon@samsung.com>
Thu, 16 Feb 2023 05:03:05 +0000 (14:03 +0900)
Change-Id: If9b6a81ac27a0f7f7b52f791e0c6205bf014d9df

src/bindings/capi/thorvg_capi.h

index 404f1ff..bd026de 100644 (file)
@@ -1823,6 +1823,7 @@ TVG_EXPORT Tvg_Result tvg_picture_load_data(Tvg_Paint* paint, const char *data,
 * The picture content is resized while keeping the default size aspect ratio.
 * The scaling factor is established for each of dimensions and the smaller value is applied to both of them.
 *
+* \param[in] paint A Tvg_Paint pointer to the picture object.
 * \param[in] w A new width of the image in pixels.
 * \param[in] h A new height of the image in pixels.
 *
@@ -1837,6 +1838,7 @@ TVG_EXPORT Tvg_Result tvg_picture_set_size(Tvg_Paint* paint, float w, float h);
 /*!
 * \brief Gets the size of the loaded picture.
 *
+* \param[in] paint A Tvg_Paint pointer to the picture object.
 * \param[out] w A width of the image in pixels.
 * \param[out] h A height of the image in pixels.
 *