!1558 修改参数与注释描述不一致

Merge pull request !1558 from changleipeng/1014
This commit is contained in:
openharmony_ci 2024-10-22 06:49:27 +00:00 committed by Gitee
commit 15e3fc9028
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -251,7 +251,7 @@ OH_Drawing_ErrorCode OH_Drawing_RectGetArraySize(OH_Drawing_Array* rectArray, si
* @param rect Pointers to Pointer of <b>OH_Drawing_Rect</b> object, returned to the caller.
* @return Returns the error code.
* Returns {@link OH_DRAWING_SUCCESS} if the operation is successful.
* Returns {@link OH_DRAWING_ERROR_INVALID_PARAMETER} if rectArray or pprect is nullptr,
* Returns {@link OH_DRAWING_ERROR_INVALID_PARAMETER} if rectArray or rect is nullptr,
* or index is valid.
* @since 14
* @version 1.0