Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/csharp/language-reference/xmldoc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The compiler observes the following rules when it generates the ID strings:

| Character | Member type | Notes |
|--|--|--|
| `N` | namespace | You can't add documentation comments to a namespace, but you can make cref ferences to them, where supported. |
| `N` | namespace | You can't add documentation comments to a namespace, but you can make `cref` references to them, where supported. |
| `T` | type | A type is a class, interface, struct, enum, or delegate. |
| `F` | field | |
| `P` | property | Includes indexers or other indexed properties. |
Expand Down
Loading