Skip to content

Commit 4cd3511

Browse files
authored
Modify the code generation abbreviation to CGN (#122)
* V 0.3 * V0.3: modify README * update Version to 0.3 * add code example for P.SEC.01 * modify P.SEC.01 * 3.30 review * update * update to 1.0 beta * fixed for P.NAM.01 * Improvement desc for P.NAM.05 && P.NAM.07 && P.UNS.MEM.04 * fixed code typo * update some items and add new items : p.uns.ffi.16-17-18 * fixed typo * update P.NAM.03 && add new G.TYP.ENM.07 * update G.TYP.ENM.07 * update data-type/vec * fixed some issues * update P.STR.04 * Modify the code generation abbreviation to CGN
1 parent 1ebe62f commit 4cd3511

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@
228228
- [P.MAC.PRO.03 保证过程宏的卫生性](./safe-guides/coding_practice/macros/proc/P.MAC.PRO.03.md)
229229
- [P.MAC.PRO.04 给出正确的错误位置](./safe-guides/coding_practice/macros/proc/P.MAC.PRO.04.md)
230230
- [代码生成](./safe-guides/coding_practice/code-generation.md)
231-
- [P.GEN.01 代码生成要按情况选择使用过程宏还是 `build.rs`](./safe-guides/coding_practice/code-generation/P.GEN.01.md)
232-
- [P.GEN.02 `build.rs` 生成的代码要保证没有任何警告](./safe-guides/coding_practice/code-generation/P.GEN.02.md)
231+
- [P.CGN.01 代码生成要按情况选择使用过程宏还是 `build.rs`](./safe-guides/coding_practice/code-generation/P.CGN.01.md)
232+
- [P.CGN.02 `build.rs` 生成的代码要保证没有任何警告](./safe-guides/coding_practice/code-generation/P.CGN.02.md)
233233
- [多线程](./safe-guides/coding_practice/threads.md)
234234
- [锁同步](./safe-guides/coding_practice/threads/lock.md)
235235
- [P.MTH.LCK.01 多线程下要注意识别锁争用的情况,避免死锁](./safe-guides/coding_practice/threads/lock/P.MTH.LCK.01.md)

src/safe-guides/coding_practice/code-generation/P.GEN.01.md renamed to src/safe-guides/coding_practice/code-generation/P.CGN.01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# P.GEN.01 代码生成要按情况选择使用过程宏还是 `build.rs`
1+
# P.CGN.01 代码生成要按情况选择使用过程宏还是 `build.rs`
22

33
**【描述】**
44

src/safe-guides/coding_practice/code-generation/P.GEN.02.md renamed to src/safe-guides/coding_practice/code-generation/P.CGN.02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# P.GEN.02 `build.rs` 生成的代码要保证没有任何警告
1+
# P.CGN.02 `build.rs` 生成的代码要保证没有任何警告
22

33
**【描述】**
44

0 commit comments

Comments
 (0)