Skip to content

Commit 890a282

Browse files
committed
fix inheritdoc docids
1 parent f2932b4 commit 890a282

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@
724724
<param name="destination">To be added.</param>
725725
<summary>To be added.</summary>
726726
<remarks>To be added.</remarks>
727-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@)|System.Runtime.InteropServices.InAttribute" />
727+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
728728
</Docs>
729729
</Member>
730730
<Member MemberName="Empty">
@@ -2142,7 +2142,7 @@
21422142
<summary>To be added.</summary>
21432143
<returns>To be added.</returns>
21442144
<remarks>To be added.</remarks>
2145-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)|System.Runtime.InteropServices.InAttribute" />
2145+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
21462146
</Docs>
21472147
</Member>
21482148
<Member MemberName="TryFlattenTo">

xml/System.Numerics.Tensors/TensorSpan`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@
863863
<param name="destination">To be added.</param>
864864
<summary>To be added.</summary>
865865
<remarks>To be added.</remarks>
866-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@)|System.Runtime.InteropServices.InAttribute" />
866+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
867867
</Docs>
868868
</Member>
869869
<Member MemberName="Empty">
@@ -2896,7 +2896,7 @@
28962896
<summary>To be added.</summary>
28972897
<returns>To be added.</returns>
28982898
<remarks>To be added.</remarks>
2899-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)|System.Runtime.InteropServices.InAttribute" />
2899+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
29002900
</Docs>
29012901
</Member>
29022902
<Member MemberName="TryFlattenTo">

xml/System.Numerics.Tensors/Tensor`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
<param name="destination">To be added.</param>
484484
<summary>To be added.</summary>
485485
<remarks>To be added.</remarks>
486-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@)|System.Runtime.InteropServices.InAttribute" />
486+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
487487
</Docs>
488488
</Member>
489489
<Member MemberName="Empty">
@@ -2278,7 +2278,7 @@
22782278
<summary>To be added.</summary>
22792279
<returns>To be added.</returns>
22802280
<remarks>To be added.</remarks>
2281-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)|System.Runtime.InteropServices.InAttribute" />
2281+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
22822282
</Docs>
22832283
</Member>
22842284
<Member MemberName="TryFlattenTo">

0 commit comments

Comments
 (0)