We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac00d09 + 6239946 commit b9a30bcCopy full SHA for b9a30bc
documentation/SA1604.md
@@ -29,12 +29,10 @@ A violation of this rule occurs when the element documentation is missing a `<su
29
30
To fix a violation of this rule, add and fill-in a `<summary>` tag for the element, containing a description of the element.
31
32
-The following example shows a class containing invalid Xml within its documentation header. The closing tag for the `<summary>` node is invalid.
+The following example shows a class containing a documentation header without a summary.
33
34
```csharp
35
-/// <summary>
36
-/// Represents a customer in the database.
37
-/// </summary>
+/// <remarks>A remark.</remarks>
38
public class Customer
39
{
40
}
0 commit comments