-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
"If you want angle brackets to appear in the text of a documentation comment, use < and >, as shown in the following example."
Right now, as shown above, the documentation says that you can make angle brackets appear in a documentation comment by using literal angle brackets (< and >). Is this supposed to say that you can make angle brackets appear by using entities (the < entity and the > entity)? If I remember right, angle brackets are not supposed to appear in an XML document except as tag delimiters.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 7d5aa865-b9d2-e977-a272-3886aa0a1111
- Version Independent ID: 353b1c44-b90a-e5cc-a193-7b42ec714290
- Content: Recommended Tags for Documentation Comments (C# Programming Guide)
- Content Source: docs/csharp/programming-guide/xmldoc/recommended-tags-for-documentation-comments.md
- Product: dotnet-csharp
- GitHub Login: @BillWagner
- Microsoft Alias: wiwagn
Jonathan727