API 规范整改

Signed-off-by: liuzerun <liuzerun@huawei.com>
This commit is contained in:
liuzerun 2024-11-15 03:07:26 +00:00
parent 0639d88df8
commit 4dca656b6a
3 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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