更新标签说明

Signed-off-by: cuiruibin <cuiruibin3@huawei.com>
This commit is contained in:
cuiruibin 2024-11-09 09:50:13 +08:00
parent 08072f1a6e
commit 9983a759fa
2 changed files with 20 additions and 8 deletions

View File

@ -13,8 +13,15 @@
* limitations under the License.
*/
#ifndef FILE_MANAGEMENT_OH_FILE_URI_H
#define FILE_MANAGEMENT_OH_FILE_URI_H
/**
* @addtogroup fileUri
* @{
*
* @brief This module provides URI format validation and URI conversion processing,
* as well as obtaining URI-related information
*
* @since 12
*/
/**
* @file oh_file_uri.h
@ -30,6 +37,9 @@
* @since 12
*/
#ifndef FILE_MANAGEMENT_OH_FILE_URI_H
#define FILE_MANAGEMENT_OH_FILE_URI_H
#include "error_code.h"
#include <stdbool.h>
#include <stdio.h>
@ -116,4 +126,5 @@ FileManagement_ErrCode OH_FileUri_GetFileName(const char *uri, unsigned int leng
#ifdef __cplusplus
};
#endif
/** @} */
#endif // FILE_MANAGEMENT_OH_FILE_URI_H

View File

@ -13,12 +13,6 @@
* limitations under the License.
*/
#ifndef FILE_MANAGEMENT_OH_FILE_SHARE_H
#define FILE_MANAGEMENT_OH_FILE_SHARE_H
#include "error_code.h"
#include <stdbool.h>
/**
* @addtogroup fileShare
* @{
@ -38,6 +32,13 @@
* @syscap SystemCapability.FileManagement.AppFileService.FolderAuthorization
* @since 12
*/
#ifndef FILE_MANAGEMENT_OH_FILE_SHARE_H
#define FILE_MANAGEMENT_OH_FILE_SHARE_H
#include "error_code.h"
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif