Skip to content

Commit 7472137

Browse files
Apply suggestions from code review
Co-authored-by: Safia Abdalla <[email protected]>
1 parent 4d14c33 commit 7472137

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/OpenApi/gen/XmlComments/XmlComment.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ private static void ResolveCrefLink(Compilation compilation, XNode node, string
203203
}
204204

205205
/// <summary>
206-
/// Resolves the links in the XML documentation into type names.
206+
/// Resolves the links in the XML documentation into language keywords.
207207
/// </summary>
208208
/// <param name="node">The target node to process crefs in.</param>
209-
/// <param name="elementName">The node type to process crefs for, can be `see` or `seealso`.</param>
209+
/// <param name="elementName">The node type to process langwords for, can be `see` or `seealso`.</param>
210210
private static void ResolveLangKeyword(XNode node, string elementName)
211211
{
212212
if (node == null || string.IsNullOrEmpty(elementName))

src/OpenApi/test/Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests/CompletenessTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ public void Dispose()
464464
/// <param name="disposing">
465465
/// <see langword="true" /> to release both managed and unmanaged resources;
466466
/// <see langword="false" /> to release only unmanaged resources.
467+
/// <see langword="null" /> to indicate a no-op.
467468
/// </param>
468469
protected virtual void Dispose(bool disposing)
469470
{

0 commit comments

Comments
 (0)