Skip to content

Commit 4d7beb5

Browse files
authored
Fix bad links - various older namespaces (#10312)
1 parent 1975883 commit 4d7beb5

File tree

95 files changed

+8391
-8388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+8391
-8388
lines changed

xml/Microsoft.Build.Tasks.Windows/GenerateTemporaryTargetAssembly.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</Base>
1616
<Interfaces />
1717
<Docs>
18-
<summary>Implements the <c>GenerateTemporaryTargetAssembly</c> task. Use the <c>GenerateTemporaryTargetAssembly</c> element in your project file to create and execute this task. For usage and parameter information, see [GenerateTemporaryTargetAssembly](/visualstudio/msbuild/generatetemporarytargetassembly-task).</summary>
18+
<summary>Implements the <c>GenerateTemporaryTargetAssembly</c> task. Use the <c>GenerateTemporaryTargetAssembly</c> element in your project file to create and execute this task. For usage and parameter information, see <see href="/visualstudio/msbuild/generatetemporarytargetassembly-task">GenerateTemporaryTargetAssembly</see>.</summary>
1919
<remarks>To be added.</remarks>
2020
<forInternalUseOnly />
2121
</Docs>
@@ -265,13 +265,13 @@
265265
<value>
266266
<see langword="true" /> if debugging information is enabled for the <see cref="T:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly" /> Task; otherwise, <see langword="false" />.</value>
267267
<remarks>
268-
<format type="text/markdown"><![CDATA[
269-
270-
## Remarks
271-
The <xref:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly.GenerateTemporaryTargetAssemblyDebuggingInformation%2A> property is an optional task parameter. It's a diagnostic parameter, and it defaults to `false`.
272-
273-
The only debugging information that is generated consists of the temporary project that is created to generate the temporary target assembly. The temporary project is normally deleted at the end of the MSBuild task. When <xref:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly.GenerateTemporaryTargetAssemblyDebuggingInformation%2A> is enabled, the temporary project is retained for inspection by the developer.
274-
268+
<format type="text/markdown"><![CDATA[
269+
270+
## Remarks
271+
The <xref:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly.GenerateTemporaryTargetAssemblyDebuggingInformation%2A> property is an optional task parameter. It's a diagnostic parameter, and it defaults to `false`.
272+
273+
The only debugging information that is generated consists of the temporary project that is created to generate the temporary target assembly. The temporary project is normally deleted at the end of the MSBuild task. When <xref:Microsoft.Build.Tasks.Windows.GenerateTemporaryTargetAssembly.GenerateTemporaryTargetAssemblyDebuggingInformation%2A> is enabled, the temporary project is retained for inspection by the developer.
274+
275275
]]></format>
276276
</remarks>
277277
</Docs>

xml/Microsoft.JScript/ErrorType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</ReturnValue>
4343
<MemberValue>1</MemberValue>
4444
<Docs>
45-
<summary>An [eval Method (Visual Studio - JScript)](/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100)) 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>

xml/Microsoft.JScript/EvalErrorObject.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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 [eval Method (Visual Studio - JScript)](/previous-versions/visualstudio/visual-studio-2010/b51a45x6(v=vs.100)).</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" />

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

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

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

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

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

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

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

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

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

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

xml/Microsoft.VisualBasic/VbStrConv.xml

Lines changed: 5 additions & 5 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)" />

xml/System.CodeDom.Compiler/TempFileCollection.xml

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

0 commit comments

Comments
 (0)