File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ class MyClass
396
396
)
397
397
398
398
$(LISTSECTION phobos_documentation, Documentation,
399
- $(LI Every public symbol be exposed on the documentation:)
399
+ $(LI Every public symbol should be exposed in the documentation:)
400
400
---
401
401
/// A public symbol
402
402
enum myFancyConstant;
@@ -420,7 +420,7 @@ bool isPositive(int number)
420
420
return number > 0;
421
421
}
422
422
---
423
- $(LI Text in sections (e.g. `Params:`, `Returns:`, `See_Also`) should be indented by one level if spans more than the line of the section.)
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 `/**` in the header line.)
425
425
$(LI Block comments (`/**`) should be used - not nesting block comments (`/++`))
426
426
$(LI Global functions shouldn't indent their documentation block nor use stars as indentation.)
You can’t perform that action at this time.
0 commit comments