-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4418337
commit bcff8c0
Showing
20 changed files
with
50 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
# [Summary.DocCommentParamRef](../src/Core/DocCommentParamRef.cs#L7) | ||
# [Summary.DocCommentParamRef](../src/Core/DocCommentParamRef.cs#L8) | ||
```cs | ||
public record DocCommentParamRef(string Value) : DocCommentNode | ||
``` | ||
|
||
A [`DocCommentNode`](./DocCommentNode.md) that represents the reference to a parameter (`<paramref>`, `<typeparamref>`). | ||
A [`DocCommentNode`](./DocCommentNode.md) that represents the reference to a parameter | ||
(`<paramref>`, `<typeparamref>`). | ||
|
||
## Properties | ||
### [Value](../src/Core/DocCommentParamRef.cs#L7) | ||
### [Value](../src/Core/DocCommentParamRef.cs#L8) | ||
```cs | ||
public string Value { get; } | ||
``` | ||
|
||
The name of the parameter . | ||
The name of the parameter. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
namespace Summary; | ||
|
||
/// <summary> | ||
/// An XML-documentation attribute (e.g. `name` in `param`, etc.). | ||
/// An XML-documentation attribute (e.g. <c>name</c> in <c>param</c>, etc.). | ||
/// </summary> | ||
/// <param name="Name">The name of the attribute (e.g. `name`, `cref`, etc.)</param> | ||
/// <param name="Value">The value of the attribute (e.g. the actual name in `name` attribute).</param> | ||
/// <param name="Name">The name of the attribute (e.g. <c>name</c>, <c>cref</c>, etc.)</param> | ||
/// <param name="Value">The value of the attribute (e.g. the actual name in <c>name</c> attribute).</param> | ||
public record DocCommentElementAttribute(string Name, string Value); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
namespace Summary; | ||
|
||
/// <summary> | ||
/// A <see cref="DocCommentNode"/> that represents the reference to a parameter (`<paramref>`, `<typeparamref>`). | ||
/// A <see cref="DocCommentNode"/> that represents the reference to a parameter | ||
/// (<c><paramref></c>, <c><typeparamref></c>). | ||
/// </summary> | ||
/// <param name="Value">The name of the parameter .</param> | ||
/// <param name="Value">The name of the parameter.</param> | ||
public record DocCommentParamRef(string Value) : DocCommentNode; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters