mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
API 规范整改
Signed-off-by: liuzerun <liuzerun@huawei.com>
This commit is contained in:
parent
0639d88df8
commit
4dca656b6a
@ -12,8 +12,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#ifndef FILE_MANAGEMENT_ENVIRONMENT_OH_ENVIRONMENT_H
|
||||
#define FILE_MANAGEMENT_ENVIRONMENT_OH_ENVIRONMENT_H
|
||||
|
||||
/**
|
||||
* @addtogroup Environment
|
||||
@ -33,6 +31,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef FILE_MANAGEMENT_ENVIRONMENT_OH_ENVIRONMENT_H
|
||||
#define FILE_MANAGEMENT_ENVIRONMENT_OH_ENVIRONMENT_H
|
||||
|
||||
#include "error_code.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -13,9 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef FILE_MANAGEMENT_FILEIO_ERROR_CODE_H
|
||||
#define FILE_MANAGEMENT_FILEIO_ERROR_CODE_H
|
||||
|
||||
/**
|
||||
* @addtogroup FileIO
|
||||
* @{
|
||||
@ -33,6 +30,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef FILE_MANAGEMENT_FILEIO_ERROR_CODE_H
|
||||
#define FILE_MANAGEMENT_FILEIO_ERROR_CODE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -12,8 +12,6 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#ifndef FILE_MANAGEMENT_FILEIO_OH_FILEIO_H
|
||||
#define FILE_MANAGEMENT_FILEIO_OH_FILEIO_H
|
||||
|
||||
/**
|
||||
* @addtogroup FileIO
|
||||
@ -32,6 +30,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef FILE_MANAGEMENT_FILEIO_OH_FILEIO_H
|
||||
#define FILE_MANAGEMENT_FILEIO_OH_FILEIO_H
|
||||
|
||||
#include "error_code.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user