!14745 Update the SDK documentation tags for the public basic library

Merge pull request !14745 from 王景悟/master
This commit is contained in:
openharmony_ci 2024-11-18 08:23:09 +00:00 committed by Gitee
commit e0e033fdf7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 1 deletions

2
api/@ohos.url.d.ts vendored
View File

@ -1036,6 +1036,7 @@ declare namespace url {
* Gets the read-only serialization of the URL's origin.
*
* @type { string }
* @readonly
* @syscap SystemCapability.Utils.Lang
* @crossplatform
* @atomicservice
@ -1210,6 +1211,7 @@ declare namespace url {
* the URL instance. To replace the entire query parameter for a URL, use url.searchsetter.
*
* @type { URLParams }
* @readonly
* @syscap SystemCapability.Utils.Lang
* @crossplatform
* @atomicservice

View File

@ -35,7 +35,6 @@ declare namespace json {
* @param { Object } this - The object to which the parsed key value pair belongs.
* @param { string } key - Attribute name.
* @param { Object } value - The value of the parsed key value pair.
* @returns { Object | undefined | null } Return the modified object or undefined or null.
* @syscap SystemCapability.Utils.Lang
* @atomicservice
* @since 12