Skip to content

Commit 283b260

Browse files
authored
remove redundant info (#3539)
* remove redundant info * fix a few more
1 parent 8a6e059 commit 283b260

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

xml/Microsoft.CSharp/Compiler.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
</Attribute>
2121
</Attributes>
2222
<Docs>
23-
<summary>**NOTE: This API is now obsolete.** The non-obsolete alternative is <see cref="T:Microsoft.CSharp.CSharpCodeProvider" />.
24-
25-
Managed wrapper for the C# compiler.</summary>
23+
<summary>Managed wrapper for the C# compiler.</summary>
2624
<remarks>
2725
<format type="text/markdown"><![CDATA[
2826

xml/Microsoft.CSharp/CompilerError.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</Attribute>
2121
</Attributes>
2222
<Docs>
23-
<summary>**NOTE: This API is now obsolete.** The non-obsolete alternative is <see cref="T:Microsoft.CSharp.CSharpCodeProvider" />. Represents an error or diagnostic message reported by the compiler.</summary>
23+
<summary>Represents an error or diagnostic message reported by the compiler.</summary>
2424
<remarks>To be added.</remarks>
2525
<related type="Article" href="~/docs/csharp/language-reference/compiler-messages/index.md">C# Compiler Errors and Warnings</related>
2626
</Docs>

xml/Microsoft.CSharp/ErrorLevel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</Attribute>
2020
</Attributes>
2121
<Docs>
22-
<summary>**NOTE: This API is now obsolete.** The non-obsolete alternative is <see cref="T:System.CodeDom.Compiler.ICodeCompiler" />. Specifies the severity of a compiler diagnostic.</summary>
22+
<summary>Specifies the severity of a compiler diagnostic.</summary>
2323
<remarks>To be added.</remarks>
2424
</Docs>
2525
<Members>

0 commit comments

Comments
 (0)