Signed-off-by: wuchengwen <wuchengwen4@huawei.com>
This commit is contained in:
wuchengwen 2024-08-23 11:43:18 +08:00
parent 7edfb0e308
commit f599745628
9 changed files with 11 additions and 2 deletions

View File

@ -57,7 +57,7 @@ typedef struct InputMethod_AttachOptions InputMethod_AttachOptions;
*/
InputMethod_AttachOptions *OH_AttachOptions_Create(bool showKeyboard);
/**
* @brief Destroy a {@link InputMethod_AttachOptions} instance.
* @brief Delete a {@link InputMethod_AttachOptions} instance.
*
* @param options Represents a pointer to an {@link InputMethod_AttachOptions} instance which will be destroyed.
* @since 12
@ -80,4 +80,5 @@ InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard(InputMethod_AttachOptions
#ifdef __cplusplus
}
#endif /* __cplusplus */
/** @} */
#endif // OHOS_INPUTMETHOD_ATTACH_OPTIONS_CAPI_H

View File

@ -84,4 +84,5 @@ InputMethod_ErrorCode OH_InputMethodController_Detach(InputMethod_InputMethodPro
#ifdef __cplusplus
}
#endif /* __cplusplus */
/** @} */
#endif // OHOS_INPUTMETHOD_CONTROLLER_CAPI_H

View File

@ -104,4 +104,5 @@ InputMethod_ErrorCode OH_CursorInfo_GetRect(
#ifdef __cplusplus
}
#endif /* __cplusplus */
/** @} */
#endif // OHOS_INPUTMETHOD_CURSOR_INFO_CAPI_H

View File

@ -169,4 +169,5 @@ InputMethod_ErrorCode OH_InputMethodProxy_SendPrivateCommand(
#ifdef __cplusplus
}
#endif /* __cplusplus */
/** @} */
#endif // INPUTMETHOD_INPUTMETHOD_PROXY_CAP_H

View File

@ -191,4 +191,5 @@ InputMethod_ErrorCode OH_PrivateCommand_GetStrValue(
#ifdef __cplusplus
}
#endif /* __cplusplus */
/** @} */
#endif // OHOS_INPUTMETHOD_PRIVATE_COMMAND_CAPI_H

View File

@ -116,4 +116,5 @@ InputMethod_ErrorCode OH_TextAvoidInfo_GetHeight(InputMethod_TextAvoidInfo *info
#ifdef __cplusplus
}
#endif /* __cplusplus */
/** @} */
#endif // OHOS_INPUTMETHOD_TEXT_AVOID_INFO_CAP_H

View File

@ -94,7 +94,7 @@ InputMethod_ErrorCode OH_TextConfig_SetInputType(InputMethod_TextConfig *config,
InputMethod_ErrorCode OH_TextConfig_SetEnterKeyType(
InputMethod_TextConfig *config, InputMethod_EnterKeyType enterKeyType);
/**
* @brief Set is preview text supported into TextConfig.
* @brief Set preview text support into TextConfig.
*
* @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be set.
* @param supported Indicates whether the preview text is supported.
@ -225,4 +225,5 @@ InputMethod_ErrorCode OH_TextConfig_GetWindowId(InputMethod_TextConfig *config,
#ifdef __cplusplus
}
#endif /* __cplusplus */
/** @} */
#endif // OHOS_INPUTMETHOD_TEXT_CONFIG_CAPI_H

View File

@ -698,4 +698,5 @@ InputMethod_ErrorCode OH_TextEditorProxy_GetFinishTextPreviewFunc(
#ifdef __cplusplus
}
#endif /* __cplusplus */
/** @} */
#endif // OHOS_INPUTMETHOD_TEXT_EDITOR_PROXY_CAP_H

View File

@ -304,4 +304,5 @@ typedef enum InputMethod_ErrorCode {
#ifdef __cplusplus
}
#endif /* __cplusplus */
/** @} */
#endif // OHOS_INPUTMETHOD_TYPES_CAPI_H