We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0747c7 commit e122f81Copy full SHA for e122f81
1 file changed
src/Standards/Squiz/Docs/Commenting/BlockCommentStandard.xml
@@ -1,7 +1,7 @@
1
<documentation title="Block Comment">
2
<standard>
3
<![CDATA[
4
- A block comment should use /* */.
+ A block comment is a multiline comment delimited by an opener "/*" and a closer "*/" which are each on their own line and the content is in between.
5
]]>
6
</standard>
7
<code_comparison>
0 commit comments