Skip to content

Commit 6b324a6

Browse files
authored
Merge pull request #53 from drewnoakes/copilot/fix-figgle-font-warnings
Fix XML documentation warnings in generated EmbedFiggleFontAttribute
2 parents 4ddd824 + 663577c commit 6b324a6

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)