Skip to content

Commit 663577c

Browse files
Copilotdrewnoakes
andcommitted
Fix XML documentation warnings in generated EmbedFiggleFontAttribute
Co-authored-by: drewnoakes <350947+drewnoakes@users.noreply.github.com>
1 parent 37d0b47 commit 663577c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Figgle.Generator/EmbedFontSourceGenerator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ namespace Figgle
102102
internal sealed class {{AttributeName}} : Attribute
103103
{
104104
/// <summary>
105-
/// The name of the property to add, whose getter will return the embedded <see cref="FiggleFont" />.
105+
/// The name of the property to add, whose getter will return the embedded <c>FiggleFont</c>.
106106
/// </summary>
107107
public string MemberName { get; }
108108
@@ -114,7 +114,7 @@ internal sealed class {{AttributeName}} : Attribute
114114
/// <summary>
115115
/// Initializes a new instance of the <see cref="{{AttributeName}}"/> class.
116116
/// </summary>
117-
/// <param name="memberName">The name of the property to add, whose getter returns the embedded <paramref name="FiggleFont" />.</param>
117+
/// <param name="memberName">The name of the property to add, whose getter returns the embedded <c>FiggleFont</c>.</param>
118118
/// <param name="fontName">The name of the font to use when rendering the text.</param>
119119
public {{AttributeName}}(string memberName, string fontName)
120120
{

0 commit comments

Comments
 (0)