You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dstyle.dd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,7 @@ bool isPositive(int number)
423
423
$(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.)
424
424
$(LI Documentation comments should not use more than two stars `/**` or two pluses `/++` in the header line.)
425
425
$(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.)
427
427
$(LI Text example blocks should use three dashes (`---`) only.)
0 commit comments