Skip to content

Commit 6950528

Browse files
committed
move remarks to groups
1 parent 880f8ed commit 6950528

File tree

11 files changed

+468
-237
lines changed

11 files changed

+468
-237
lines changed

xml/Windows.Foundation/Point.xml

Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<param name="y">The y-coordinate value of the <see cref="T:Windows.Foundation.Point" /> struct. </param>
6060
<summary>Initializes a <see cref="T:Windows.Foundation.Point" /> struct that contains the specified values.</summary>
6161
<remarks>
62-
<format type="text/markdown"><![CDATA[
62+
<format type="text/markdown"><![CDATA[
6363
6464
## Remarks
6565
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
@@ -87,7 +87,7 @@
8787
]]></format>
8888
</remarks>
8989
</Docs>
90-
</MemberGroup>
90+
</MemberGroup>
9191
<Member MemberName="Equals">
9292
<MemberSignature Language="C#" Value="public override bool Equals (object o);" />
9393
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object o) cil managed" />
@@ -171,7 +171,7 @@
171171
<summary>Returns the hash code for this <see cref="T:Windows.Foundation.Point" />.</summary>
172172
<returns>The hash code for this <see cref="T:Windows.Foundation.Point" /> struct.</returns>
173173
<remarks>
174-
<format type="text/markdown"><![CDATA[
174+
<format type="text/markdown"><![CDATA[
175175
176176
## Remarks
177177
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
@@ -208,7 +208,7 @@
208208
<summary>Compares two <see cref="T:Windows.Foundation.Point" /> structs for equality.</summary>
209209
<returns><see langword="true" /> if both the <see cref="P:Windows.Foundation.Point.X" /> and <see cref="P:Windows.Foundation.Point.Y" /> values of <paramref name="point1" /> and <paramref name="point2" /> are equal; otherwise, <see langword="false" />.</returns>
210210
<remarks>
211-
<format type="text/markdown"><![CDATA[
211+
<format type="text/markdown"><![CDATA[
212212
213213
## Remarks
214214
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
@@ -245,7 +245,7 @@
245245
<summary>Compares two <see cref="T:Windows.Foundation.Point" /> structs for inequality</summary>
246246
<returns><see langword="true" /> if <paramref name="point1" /> and <paramref name="point2" /> have different <see cref="P:Windows.Foundation.Point.X" /> or <see cref="P:Windows.Foundation.Point.Y" /> values; false if <paramref name="point1" /> and <paramref name="point2" /> have the same <see cref="P:Windows.Foundation.Point.X" /> and <see cref="P:Windows.Foundation.Point.Y" /> values.</returns>
247247
<remarks>
248-
<format type="text/markdown"><![CDATA[
248+
<format type="text/markdown"><![CDATA[
249249
250250
## Remarks
251251
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
@@ -289,7 +289,7 @@
289289
<summary>For a description of this member, see <see cref="M:System.IFormattable.ToString(System.String,System.IFormatProvider)" />.</summary>
290290
<returns>A string containing the value of the current instance in the specified format.</returns>
291291
<remarks>
292-
<format type="text/markdown"><![CDATA[
292+
<format type="text/markdown"><![CDATA[
293293
294294
## Remarks
295295
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
@@ -298,6 +298,24 @@
298298
</remarks>
299299
</Docs>
300300
</Member>
301+
<MemberGroup MemberName="ToString">
302+
<AssemblyInfo>
303+
<AssemblyName>System.Runtime.WindowsRuntime</AssemblyName>
304+
<AssemblyVersion>4.0.10.0</AssemblyVersion>
305+
<AssemblyVersion>4.0.14.0</AssemblyVersion>
306+
</AssemblyInfo>
307+
<Docs>
308+
<summary>To be added.</summary>
309+
<remarks>
310+
<format type="text/markdown"><![CDATA[
311+
312+
## Remarks
313+
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
314+
315+
]]></format>
316+
</remarks>
317+
</Docs>
318+
</MemberGroup>
301319
<Member MemberName="ToString">
302320
<MemberSignature Language="C#" Value="public override string ToString ();" />
303321
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance string ToString() cil managed" />
@@ -323,14 +341,7 @@
323341
<Docs>
324342
<summary>Creates a <see cref="T:System.String" /> representation of this <see cref="T:Windows.Foundation.Point" />.</summary>
325343
<returns>A <see cref="T:System.String" /> containing the <see cref="P:Windows.Foundation.Point.X" /> and <see cref="P:Windows.Foundation.Point.Y" /> values of this <see cref="T:Windows.Foundation.Point" /> struct.</returns>
326-
<remarks>
327-
<format type="text/markdown"><![CDATA[
328-
329-
## Remarks
330-
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
331-
332-
]]></format>
333-
</remarks>
344+
<remarks>To be added.</remarks>
334345
</Docs>
335346
</Member>
336347
<Member MemberName="ToString">
@@ -354,7 +365,7 @@
354365
</Parameters>
355366
<Docs>
356367
<param name="provider">Culture-specific formatting information.</param>
357-
<summary>Creates a <see cref="T:System.String" /> representation of this <see cref="T:Windows.Foundation.Point" />.</summary>
368+
<summary>Creates a <see cref="T:System.String" /> representation of this <see cref="T:Windows.Foundation.Point" /> using the specified culture-specific formatting information..</summary>
358369
<returns>A <see cref="T:System.String" /> containing the <see cref="P:Windows.Foundation.Point.X" /> and <see cref="P:Windows.Foundation.Point.Y" /> values of this <see cref="T:Windows.Foundation.Point" /> struct.</returns>
359370
<remarks>To be added.</remarks>
360371
</Docs>
@@ -379,7 +390,7 @@
379390
<summary>Gets or sets the <see cref="P:Windows.Foundation.Point.X" />-coordinate value of this <see cref="T:Windows.Foundation.Point" /> struct.</summary>
380391
<value>The <see cref="P:Windows.Foundation.Point.X" />-coordinate value of this <see cref="T:Windows.Foundation.Point" /> struct. The default value is 0.</value>
381392
<remarks>
382-
<format type="text/markdown"><![CDATA[
393+
<format type="text/markdown"><![CDATA[
383394
384395
## Remarks
385396
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
@@ -410,7 +421,7 @@
410421
<summary>Gets or sets the <see cref="P:Windows.Foundation.Point.Y" />-coordinate value of this <see cref="T:Windows.Foundation.Point" />.</summary>
411422
<value>The <see cref="P:Windows.Foundation.Point.Y" />-coordinate value of this <see cref="T:Windows.Foundation.Point" /> struct. The default value is 0.</value>
412423
<remarks>
413-
<format type="text/markdown"><![CDATA[
424+
<format type="text/markdown"><![CDATA[
414425
415426
## Remarks
416427
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.

0 commit comments

Comments
 (0)