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.
1 parent de097ff commit 51715fcCopy full SHA for 51715fc
docs/csharp/language-reference/xmldoc/snippets/xmldoc/DocComments.cs
@@ -164,8 +164,8 @@ public static int Add(int left, int right)
164
/// This tag will apply to the primary constructor parameter.
165
/// </param>
166
public record Person(string FirstName, string LastName);
167
+ //</ClassExample>
168
}
-//</ClassExample>
169
170
namespace InheritDoc
171
{
docs/csharp/language-reference/xmldoc/snippets/xmldoc/tagged-library.cs
@@ -4,7 +4,7 @@
4
The main Math class
5
Contains all methods for performing basic math functions
6
*/
7
- /// <summary>
+ /// <summary>
8
/// The main <c>Math</c> class.
9
/// Contains all methods for performing basic math functions.
10
/// <list type="bullet">
0 commit comments