Skip to content

Commit e78673e

Browse files
committed
fix angle brackets
1 parent 8c2c6b5 commit e78673e

39 files changed

+4945
-4945
lines changed

xml/Microsoft.JScript/ErrorType.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</ReturnValue>
4343
<MemberValue>1</MemberValue>
4444
<Docs>
45-
<summary>An &lt;see href="/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100"&gt;eval Method (Visual Studio - JScript)&lt;/see&gt;) error. Corresponds to the <see cref="T:Microsoft.JScript.EvalErrorObject" /> object.</summary>
45+
<summary>An <see href="/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100)">eval Method (Visual Studio - JScript)</see>) error. Corresponds to the <see cref="T:Microsoft.JScript.EvalErrorObject" /> object.</summary>
4646
<forInternalUseOnly />
4747
</Docs>
4848
</Member>
@@ -185,4 +185,4 @@
185185
</Docs>
186186
</Member>
187187
</Members>
188-
</Type>
188+
</Type>

xml/Microsoft.JScript/EvalErrorObject.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
</Base>
1717
<Interfaces />
1818
<Docs>
19-
<summary>Represents an error that occurs when the <see langword="eval" /> method is used. For more information, see &lt;see href="/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100"&gt;eval Method (Visual Studio - JScript)&lt;/see&gt;).</summary>
19+
<summary>Represents an error that occurs when the <see langword="eval" /> method is used. For more information, see <see href="/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100)">eval Method (Visual Studio - JScript)</see>).</summary>
2020
<remarks>To be added.</remarks>
2121
<forInternalUseOnly />
2222
<altmember cref="T:Microsoft.JScript.ErrorType" />
2323
</Docs>
2424
<Members />
25-
</Type>
25+
</Type>

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODC.xml

Lines changed: 307 additions & 307 deletions
Large diffs are not rendered by default.

xml/Microsoft.VisualBasic.Compatibility.VB6/BaseControlArray.xml

Lines changed: 191 additions & 191 deletions
Large diffs are not rendered by default.

xml/Microsoft.VisualBasic.Compatibility.VB6/DirListBox.xml

Lines changed: 206 additions & 206 deletions
Large diffs are not rendered by default.

xml/Microsoft.VisualBasic.Compatibility.VB6/DriveListBox.xml

Lines changed: 173 additions & 173 deletions
Large diffs are not rendered by default.

xml/Microsoft.VisualBasic.Compatibility.VB6/FileListBox.xml

Lines changed: 189 additions & 189 deletions
Large diffs are not rendered by default.

xml/Microsoft.VisualBasic/VbStrConv.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
<Docs>
3434
<summary>Indicates which type of conversion to perform when calling the <see langword="StrConv" /> function.</summary>
3535
<remarks>
36-
<format type="text/markdown"><![CDATA[
37-
38-
## Remarks
39-
When you call the `StrConv` function, you can use the following enumeration members in your code in place of the actual values. The `Conversion` argument takes the `VbStrConv` enumeration members.
40-
36+
<format type="text/markdown"><![CDATA[
37+
38+
## Remarks
39+
When you call the `StrConv` function, you can use the following enumeration members in your code in place of the actual values. The `Conversion` argument takes the `VbStrConv` enumeration members.
40+
4141
]]></format>
4242
</remarks>
4343
<altmember cref="M:Microsoft.VisualBasic.Strings.StrConv(System.String,Microsoft.VisualBasic.VbStrConv,System.Int32)" />
@@ -440,8 +440,8 @@
440440
</ReturnValue>
441441
<MemberValue>4</MemberValue>
442442
<Docs>
443-
<summary>Converts narrow (single-byte) characters in the string to wide (double-byte) characters. Applies to Asian locales. This member is equivalent to the Visual Basic constant <see langword="vbWide" />. &lt;see href="~/includes/vbstrconv-wide-md.md"&gt;!INCLUDE[vbstrconv-wide&lt;/see&gt;]</summary>
443+
<summary>Converts narrow (single-byte) characters in the string to wide (double-byte) characters. Applies to Asian locales. This member is equivalent to the Visual Basic constant <see langword="vbWide" />. <see href="~/includes/vbstrconv-wide-md.md">!INCLUDE[vbstrconv-wide</see>]</summary>
444444
</Docs>
445445
</Member>
446446
</Members>
447-
</Type>
447+
</Type>

xml/System.CodeDom.Compiler/TempFileCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
<para>
580580
<see langword="Dispose" /> can be called multiple times by other objects. When overriding <see langword="Dispose(Boolean)" />, be careful not to reference objects that have been previously disposed of in an earlier call to <see langword="Dispose" />. For more information about how to implement <see langword="Dispose(Boolean)" />, see <see href="/dotnet/standard/garbage-collection/implementing-dispose">Implementing a Dispose Method</see>.
581581

582-
For more information about <see langword="Dispose" /> and <see cref="M:System.Object.Finalize" />, see <see href="/dotnet/standard/garbage-collection/unmanaged">Cleaning Up Unmanaged Resources</see> and <see href="https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/ddae83kx(v=vs.100">Overriding the Finalize Method</see>).</para>
582+
For more information about <see langword="Dispose" /> and <see cref="M:System.Object.Finalize" />, see <see href="/dotnet/standard/garbage-collection/unmanaged">Cleaning Up Unmanaged Resources</see> and <see href="https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/ddae83kx(v=vs.100)">Overriding the Finalize Method</see>).</para>
583583
</block>
584584
<related type="Article" href="/dotnet/standard/garbage-collection/implementing-dispose">Implementing a Dispose method</related>
585585
<related type="Article" href="/dotnet/standard/garbage-collection/unmanaged">Cleaning Up Unmanaged Resources</related>

xml/System.Data.Common/DataAdapter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
<para>
554554
<see langword="Dispose" /> can be called multiple times by other objects. When overriding <see langword="Dispose(Boolean)" />, be careful not to reference objects that have been disposed of in an earlier call to <see langword="Dispose" />. For more information about how to implement <see langword="Dispose(Boolean)" />, see <see href="/dotnet/standard/garbage-collection/implementing-dispose">Implementing a Dispose Method</see>.
555555

556-
For more information about <see langword="Dispose" /> and <see cref="M:System.Object.Finalize" />, see <see href="/dotnet/standard/garbage-collection/unmanaged">Cleaning Up Unmanaged Resources</see> and <see href="https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/ddae83kx(v=vs.100">Overriding the Finalize Method</see>).</para>
556+
For more information about <see langword="Dispose" /> and <see cref="M:System.Object.Finalize" />, see <see href="/dotnet/standard/garbage-collection/unmanaged">Cleaning Up Unmanaged Resources</see> and <see href="https://learn.microsoft.com/previous-versions/dotnet/netframework-4.0/ddae83kx(v=vs.100)">Overriding the Finalize Method</see>).</para>
557557
</block>
558558
<related type="Article" href="/dotnet/framework/data/adonet/ado-net-overview">ADO.NET Overview</related>
559559
</Docs>

0 commit comments

Comments
 (0)