MISRA C:2012 Rule 3.1
The character sequences /* and // shall not be used within a comment
描述
规则定义
The character sequences /* and // shall not be used within a comment 1
.
理由
这些字符序列不允许出现在代码注释中,原因如下:
如果您的代码在
/* */注释中包含/*或//,这通常意味着您无意中将代码注释掉了。如果您的代码在
//注释中包含/*,这通常意味着您无意中取消注释了/* */注释。
报告中的补充消息
The character sequence /* shall not appear within a comment.
故障排除
如果您预期会出现违规,但未看到该违规,请参阅诊断为何编码规范违规未按预期显示。
示例
检查信息
| 组:注释 |
| 类别:必需 |
| AGC 类别:必需 |
版本历史记录
在 R2014b 中推出
1 All MISRA coding rules and directives are © Copyright The MISRA Consortium Limited 2021.
The MISRA coding standards referenced in the Polyspace® Bug Finder™ documentation are from the following MISRA standards:
MISRA C:2004
MISRA C:2012
MISRA C:2023
MISRA C++:2008
MISRA C++:2023
MISRA and MISRA C are registered trademarks of The MISRA Consortium Limited 2021.