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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -421,9 +421,9 @@ bool isPositive(int number)
421
421
}
422
422
---
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
-
$(LI Documentation comments should not use more than two stars `/**` in the header line.)
425
-
$(LI Block comments (`/**`) should be used - not nesting block comments (`/++`))
426
-
$(LI Global functions shouldn't indent their documentation block nor use stars as indentation.)
424
+
$(LI Documentation comments should not use more than two stars `/**` or two pluses `/++` in the header line.)
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.)
427
427
$(LI Text example blocks should use three dashes (`---`) only.)
0 commit comments