Skip to content

C107481: Fixing CDATA formatting #2829

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 29 additions & 57 deletions xml/System.Numerics/BitOperations.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Type Name="BitOperations" FullName="System.Numerics.BitOperations">
<Type Name="BitOperations" FullName="System.Numerics.BitOperations">
<TypeSignature Language="C#" Value="public static class BitOperations" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit BitOperations extends System.Object" />
<TypeSignature Language="DocId" Value="T:System.Numerics.BitOperations" />
Expand Down Expand Up @@ -46,15 +46,13 @@
<summary>Counts the number of leading zero bits in an unsigned 32-bit integer mask.</summary>
<returns>The number of leading zero bits in a mask.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

This method is similar in behavior to the x86 instruction [LZCNT](xref:System.Runtime.Intrinsics.X86.Lzcnt).

]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -86,14 +84,12 @@ This method is similar in behavior to the x86 instruction [LZCNT](xref:System.Ru
<summary>Counts the number of leading zero bits in an unsigned 64-bit integer mask.</summary>
<returns>The number of leading zero bits in a mask.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

This method is similar in behavior to the x86 instruction [LZCNT](xref:System.Runtime.Intrinsics.X86.Lzcnt).
]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -125,15 +121,13 @@ This method is similar in behavior to the x86 instruction [LZCNT](xref:System.Ru
<summary>Returns the integer (floor) log of the specified value, base 2.</summary>
<returns>The log of the specified value, base 2.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

Note that by convention, input value 0 returns 0 since Log(0) is undefined.

]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -165,15 +159,13 @@ Note that by convention, input value 0 returns 0 since Log(0) is undefined.
<summary>Returns the integer (floor) log of the specified value, base 2.</summary>
<returns>The log of the specified value, base 2.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

Note that by convention, input value 0 returns 0 since Log(0) is undefined.

]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -205,15 +197,13 @@ Note that by convention, input value 0 returns 0 since Log(0) is undefined.
<summary>Returns the population count (number of bits set) of a mask.</summary>
<returns>The population count of a mask.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

This method is similar in behavior to the x86 instruction [POPCNT](xref:System.Runtime.Intrinsics.X86.Popcnt).

]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -245,15 +235,13 @@ This method is similar in behavior to the x86 instruction [POPCNT](xref:System.R
<summary>Returns the population count (number of bits set) of an unsigned 64-bit integer mask.</summary>
<returns>The population count of the mask.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

This method is similar in behavior to the x86 instruction [POPCNT](xref:System.Runtime.Intrinsics.X86.Popcnt).

]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -287,15 +275,13 @@ This method is similar in behavior to the x86 instruction [POPCNT](xref:System.R
<summary>Rotates the specified value left by the specified number of bits.</summary>
<returns>The rotated value.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

This method is similar in behavior to the x86 instruction ROL.

]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -329,15 +315,13 @@ This method is similar in behavior to the x86 instruction ROL.
<summary>Rotates the specified value left by the specified number of bits.</summary>
<returns>The rotated value.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

This method is similar in behavior to the x86 instruction ROL.

]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -371,15 +355,13 @@ This method is similar in behavior to the x86 instruction ROL.
<summary>Rotates the specified value right by the specified number of bits.</summary>
<returns>The rotated value.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

This method is similar in behavior to the x86 instruction ROR.

]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -413,15 +395,13 @@ This method is similar in behavior to the x86 instruction ROR.
<summary>Rotates the specified value right by the specified number of bits.</summary>
<returns>The rotated value.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

This method is similar in behavior to the x86 instruction ROR.

]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand All @@ -448,15 +428,13 @@ This method is similar in behavior to the x86 instruction ROR.
<summary>Counts the number of trailing zero bits in an 32-bit integer value mask.</summary>
<returns>The number of trailing zero bits in the integer value.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

This method is similar in behavior to the x86 instruction TZCNT.

]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand All @@ -483,15 +461,13 @@ This method is similar in behavior to the x86 instruction TZCNT.
<summary>Counts the number of trailing zero bits in a 64-bit integer value mask.</summary>
<returns>The number of trailing zero bits in the mask.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

This method is similar in behavior to the x86 instruction TZCNT.

]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -523,15 +499,13 @@ This method is similar in behavior to the x86 instruction TZCNT.
<summary>Counts the number of trailing zero bits in an unsigned 32-bit integer value mask.</summary>
<returns>The number of trailing zero bits in the mask.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

This method is similar in behavior to the x86 instruction TZCNT.

]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -563,15 +537,13 @@ This method is similar in behavior to the x86 instruction TZCNT.
<summary>Count the number of trailing zero bits in an unsigned 64-bit integer value mask.</summary>
<returns>The number of trailing zero bits in the mask.</returns>
<remarks>
<format type="text/markdown">
<![CDATA[
<format type="text/markdown"><![CDATA[

### Remarks

This meethod is similar in behavior to the x86 instruction TZCNT.

]]>
</format>
]]></format>
</remarks>
</Docs>
</Member>
Expand Down