File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments