Skip to content

Commit e122f81

Browse files
committed
Add a short description of a block comment.
1 parent c0747c7 commit e122f81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Standards/Squiz/Docs/Commenting/BlockCommentStandard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<documentation title="Block Comment">
22
<standard>
33
<![CDATA[
4-
A block comment should use /* */.
4+
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.
55
]]>
66
</standard>
77
<code_comparison>

0 commit comments

Comments
 (0)