https://github.com/mzer0-yu/CommentRules
我规定了一些注释的类型:
- 标题注释
- 代码块注释
- 警告型注释
- 解释型注释
......
二级标题:
//
// 二级标题
//
三级标题:
//
//
// 三级标题
//
平行代码块:
/*---------------------------*/
/* Block Name Here */
/*---------------------------*/
// Your Code Here
/*---------End Block---------*/
警告:
//! Your Text Here
//! Your Text Here
//! Your Text Here
解释:
/*
* Your Text Here
* Your Text Here
* Your Text Here
*/