Skip to content

Commit 8531a2c

Browse files
committed
Rename doc
1 parent 7e00a49 commit 8531a2c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
! SPDX-License-Identifier: GFDL-1.3-or-later
33
! -------------------------------------------------------------
44
! Doc Type : Markdown
5-
! Doc Name : 01-Develop.md
5+
! Doc Name : 01-开发与构建.md
66
! Doc Authors : Aoran Zeng <[email protected]>
77
! Contributors : Nul None <[email protected]>
88
! |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
! SPDX-License-Identifier: GFDL-1.3-or-later
33
! -------------------------------------------------------------
44
! Doc Type : Markdown
5-
! Doc Name : 03-CONTRIBUTING.md
5+
! Doc Name : 02-提交与贡献.md
66
! Doc Authors : Aoran Zeng <[email protected]>
77
! Contributors : Nul None <[email protected]>
88
! |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
! SPDX-License-Identifier: GFDL-1.3-or-later
33
! -------------------------------------------------------------
44
! Doc Type : Markdown
5-
! Doc Name : 04-为什么拒绝使用代码格式化工具.md
5+
! Doc Name : 03-为什么拒绝使用代码格式化工具.md
66
! Doc Authors : Aoran Zeng <[email protected]>
77
! Contributors : Nul None <[email protected]>
88
! Created On : <2025-08-10>
File renamed without changes.

src/framework/struct.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Contributors : Shengwei Chen <[email protected]>
88
* |
99
* Created On : <2023-08-29>
10-
* Last Modified : <2025-08-10>
10+
* Last Modified : <2025-08-11>
1111
*
1212
* chsrc struct
1313
* ------------------------------------------------------------*/
@@ -91,7 +91,7 @@ Source_t;
9191
#define DelegateToMirror NULL
9292
/* 看到该注释的贡献者,你可以帮忙寻找专用测速链接 */
9393
#define NeedContribute NULL
94-
/* 由 _sources_prepare 填充 */
94+
/* 由 prelude() 填充 */
9595
#define FeedByPrelude NULL
9696

9797
#define def_sources_n(t) const size_t t##_sources_n = xy_arylen(t##_sources)

0 commit comments

Comments
 (0)