Skip to content

Commit edbd059

Browse files
authored
put defaults into summary (dotnet#5097)
1 parent 1b60b99 commit edbd059

File tree

1 file changed

+3
-30
lines changed

1 file changed

+3
-30
lines changed

xml/System.Windows.Forms/TextFormatFlags.xml

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -170,16 +170,7 @@
170170
</ReturnValue>
171171
<MemberValue>0</MemberValue>
172172
<Docs>
173-
<summary>Adds padding to the bounding rectangle to accommodate overhanging glyphs.</summary>
174-
<remarks>
175-
<format type="text/markdown"><![CDATA[
176-
177-
## Remarks
178-
179-
This is the default.
180-
181-
]]></format>
182-
</remarks>
173+
<summary>Adds padding to the bounding rectangle to accommodate overhanging glyphs. This is the default.</summary>
183174
</Docs>
184175
</Member>
185176
<Member MemberName="HidePrefix">
@@ -267,16 +258,7 @@ This is the default.
267258
</ReturnValue>
268259
<MemberValue>0</MemberValue>
269260
<Docs>
270-
<summary>Aligns the text on the left side of the clipping area.</summary>
271-
<remarks>
272-
<format type="text/markdown"><![CDATA[
273-
274-
## Remarks
275-
276-
This is the default.
277-
278-
]]></format>
279-
</remarks>
261+
<summary>Aligns the text on the left side of the clipping area. This is the default.</summary>
280262
</Docs>
281263
</Member>
282264
<Member MemberName="LeftAndRightPadding">
@@ -612,16 +594,7 @@ This is the default.
612594
</ReturnValue>
613595
<MemberValue>0</MemberValue>
614596
<Docs>
615-
<summary>Aligns the text on the top of the bounding rectangle.</summary>
616-
<remarks>
617-
<format type="text/markdown"><![CDATA[
618-
619-
## Remarks
620-
621-
This is the default.
622-
623-
]]></format>
624-
</remarks>
597+
<summary>Aligns the text on the top of the bounding rectangle. This is the default.</summary>
625598
</Docs>
626599
</Member>
627600
<Member MemberName="VerticalCenter">

0 commit comments

Comments
 (0)