# xts_format **Repository Path**: itopen/xts_format ## Basic Information - **Project Name**: xts_format - **Description**: OpenHarmony的xts头注释格式化 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-26 - **Last Updated**: 2024-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xts_format脚本介绍 ## 一、环境准备 - **主机环境** Ubuntu系统 - **Python版本要求** python3即可 ## 二、脚本使用介绍 ​ 本脚本的功能主要是xts的头注释格式化即下面的内容格式化。 ``` /* * @tc.number : SUB_KERNEL_SYSCALL_FACCESSAT_0100 * @tc.name : FaccessatCheckSuccess_0001 * @tc.desc : faccessat checks the calling process can access the file in current directory successful. * @tc.size : MediumTest * @tc.type : Function * @tc.level : Level 1 */ ``` ### 2.1 脚本配置及运行 ​ 将main.py的main中path替换成所有格式化文件所在的目录,然后直接运行即可 ```shell python3 main.py ```