Skip to content

Commit b378af5

Browse files
authored
Merge pull request #2166 from jmdavis/zeroes
Clean up line about leading stars in style guide. merged-on-behalf-of: Jonathan M Davis <[email protected]>
2 parents 8c4cdea + de17377 commit b378af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dstyle.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ bool isPositive(int number)
423423
$(LI Text in sections (e.g. `Params:`, `Returns:`, `See_Also`) should be indented by one level if it spans more than the line of the section.)
424424
$(LI Documentation comments should not use more than two stars `/**` or two pluses `/++` in the header line.)
425425
$(LI Either Block comments (`/**`) or nesting block comments (`/++`) should be used except when the ddoc comment is a ditto comment such as `/// Ditto`)
426-
$(LI Documentation comments should not have leading stars or zeroes on each line.)
426+
$(LI Documentation comments should not have leading stars on each line.)
427427
$(LI Text example blocks should use three dashes (`---`) only.)
428428
)
429429

0 commit comments

Comments
 (0)