Skip to content

Commit ede7510

Browse files
committed
Docs/PEAR//FileComment: fix readability of the standard
1 parent 046c1f8 commit ede7510

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/Standards/PEAR/Docs/Commenting/FileCommentStandard.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
<documentation title="File Comments">
22
<standard>
33
<![CDATA[
4-
Files must have a non-empty doc comment. The short description must be on the second line of the comment. Each description must have one blank comment line before and after. There must be one blank line before the tags in the comments. There must be a category, package, author, license, and link tag. There may only be one category, package, subpackage, license, version, since and deprecated tag. The tags must be in the order category, package, subpackage, author, copyright, license, version, link, see, since, and deprecated. The PHP version must be specified.
4+
Files must have a non-empty doc comment.
5+
The short description must be on the second line of the comment.
6+
Each description must have one blank comment line before and after.
7+
There must be one blank line before the tags in the comments.
8+
There must be a category, package, author, license, and link tag.
9+
There may only be one category, package, subpackage, license, version, since and deprecated tag.
10+
The tags must be in the order category, package, subpackage, author, copyright, license, version, link, see, since, and deprecated.
11+
The PHP version must be specified.
512
]]>
613
</standard>
714
<code_comparison>

0 commit comments

Comments
 (0)