Skip to content

Commit 45c5de7

Browse files
authored
Merge pull request #2482 from vweijsters/fix-2481
Replaced / removed obsolete MSDN magazine URL
2 parents 000b45d + ae50c00 commit 45c5de7

71 files changed

Lines changed: 71 additions & 169 deletions

File tree

Some content is hidden

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

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1600ElementsMustBeDocumented.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ namespace StyleCop.Analyzers.DocumentationRules
1818
/// </summary>
1919
/// <remarks>
2020
/// <para>C# syntax provides a mechanism for inserting documentation for classes and elements directly into the
21-
/// code, through the use of Xml documentation headers. For an introduction to these headers and a description of
22-
/// the header syntax, see the following article:
23-
/// <see href="http://msdn.microsoft.com/en-us/magazine/cc302121.aspx"/>.</para>
21+
/// code, through the use of Xml documentation headers.</para>
2422
///
2523
/// <para>A violation of this rule occurs if an element is completely missing a documentation header, or if the
2624
/// header is empty. In C# the following types of elements can have documentation headers: classes, constructors,

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1601PartialElementsMustBeDocumented.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ namespace StyleCop.Analyzers.DocumentationRules
1818
/// </summary>
1919
/// <remarks>
2020
/// <para>C# syntax provides a mechanism for inserting documentation for classes and elements directly into the
21-
/// code, through the use of XML documentation headers. For an introduction to these headers and a description of
22-
/// the header syntax, see the following article:
23-
/// <see href="http://msdn.microsoft.com/en-us/magazine/cc302121.aspx">XML Comments Let You Build Documentation
24-
/// Directly From Your Visual Studio .NET Source Files</see>.</para>
21+
/// code, through the use of XML documentation headers.</para>
2522
///
2623
/// <para>A violation of this rule occurs if a partial element (an element with the partial attribute) is completely
2724
/// missing a documentation header, or if the header is empty. In C# the following types of elements can be

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1602EnumerationItemsMustBeDocumented.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ namespace StyleCop.Analyzers.DocumentationRules
1717
/// </summary>
1818
/// <remarks>
1919
/// <para>C# syntax provides a mechanism for inserting documentation for classes and elements directly into the
20-
/// code, through the use of XML documentation headers. For an introduction to these headers and a description of
21-
/// the header syntax, see the following article:
22-
/// <see href="http://msdn.microsoft.com/en-us/magazine/cc302121.aspx">XML Comments Let You Build Documentation
23-
/// Directly From Your Visual Studio .NET Source Files</see>.</para>
20+
/// code, through the use of XML documentation headers.</para>
2421
///
2522
/// <para>A violation of this rule occurs when an item within an enumeration is missing a header. For
2623
/// example:</para>

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1603DocumentationMustContainValidXml.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ namespace StyleCop.Analyzers.DocumentationRules
1313
/// </summary>
1414
/// <remarks>
1515
/// <para>C# syntax provides a mechanism for inserting documentation for classes and elements directly into the
16-
/// code, through the use of XML documentation headers. For an introduction to these headers and a description of
17-
/// the header syntax, see the following article:
18-
/// <see href="http://msdn.microsoft.com/en-us/magazine/cc302121.aspx">XML Comments Let You Build Documentation
19-
/// Directly From Your Visual Studio .NET Source Files</see>.</para>
16+
/// code, through the use of XML documentation headers.</para>
2017
///
2118
/// <para>A violation of this rule occurs when the documentation XML is badly formed and cannot be parsed. This can
2219
/// occur if the XML contains invalid characters, or if an XML node is missing a closing tag, for example.</para>

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1604ElementDocumentationMustHaveSummary.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ namespace StyleCop.Analyzers.DocumentationRules
1717
/// </summary>
1818
/// <remarks>
1919
/// <para>C# syntax provides a mechanism for inserting documentation for classes and elements directly into the
20-
/// code, through the use of XML documentation headers. For an introduction to these headers and a description of
21-
/// the header syntax, see the following article:
22-
/// <see href="http://msdn.microsoft.com/en-us/magazine/cc302121.aspx">XML Comments Let You Build Documentation
23-
/// Directly From Your Visual Studio .NET Source Files</see>.</para>
20+
/// code, through the use of XML documentation headers.</para>
2421
///
2522
/// <para>A violation of this rule occurs when the element documentation is missing a <c>&lt;summary&gt;</c>
2623
/// tag.</para>

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1605PartialElementDocumentationMustHaveSummary.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ namespace StyleCop.Analyzers.DocumentationRules
1717
/// </summary>
1818
/// <remarks>
1919
/// <para>C# syntax provides a mechanism for inserting documentation for classes and elements directly into the
20-
/// code, through the use of XML documentation headers. For an introduction to these headers and a description of
21-
/// the header syntax, see the following article:
22-
/// <see href="http://msdn.microsoft.com/en-us/magazine/cc302121.aspx">XML Comments Let You Build Documentation
23-
/// Directly From Your Visual Studio .NET Source Files</see>.</para>
20+
/// code, through the use of XML documentation headers.</para>
2421
///
2522
/// <para>A violation of this rule occurs when the documentation header for a partial element (an element with the
2623
/// partial attribute) is missing a <c>&lt;summary&gt;</c> or <c>&lt;content&gt;</c> tag, or contains an empty

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1606ElementDocumentationMustHaveSummaryText.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ namespace StyleCop.Analyzers.DocumentationRules
1616
/// </summary>
1717
/// <remarks>
1818
/// <para>C# syntax provides a mechanism for inserting documentation for classes and elements directly into the
19-
/// code, through the use of XML documentation headers. For an introduction to these headers and a description of
20-
/// the header syntax, see the following article:
21-
/// <see href="http://msdn.microsoft.com/en-us/magazine/cc302121.aspx">XML Comments Let You Build Documentation
22-
/// Directly From Your Visual Studio .NET Source Files</see>.</para>
19+
/// code, through the use of XML documentation headers.</para>
2320
///
2421
/// <para>A violation of this rule occurs when the documentation header for an element contains an empty
2522
/// <c>&lt;summary&gt;</c> tag which does not contain a description of the element.</para>

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1607PartialElementDocumentationMustHaveSummaryText.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ namespace StyleCop.Analyzers.DocumentationRules
1717
/// </summary>
1818
/// <remarks>
1919
/// <para>C# syntax provides a mechanism for inserting documentation for classes and elements directly into the
20-
/// code, through the use of XML documentation headers. For an introduction to these headers and a description of
21-
/// the header syntax, see the following article:
22-
/// <see href="http://msdn.microsoft.com/en-us/magazine/cc302121.aspx">XML Comments Let You Build Documentation
23-
/// Directly From Your Visual Studio .NET Source Files</see>.</para>
20+
/// code, through the use of XML documentation headers.</para>
2421
///
2522
/// <para>A violation of this rule occurs when the documentation header for a partial element (an element with the
2623
/// partial attribute) contains an empty <c>&lt;summary&gt;</c> tag or <c>&lt;content&gt;</c> tag which does not

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1608ElementDocumentationMustNotHaveDefaultSummary.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ namespace StyleCop.Analyzers.DocumentationRules
1919
/// </summary>
2020
/// <remarks>
2121
/// <para>C# syntax provides a mechanism for inserting documentation for classes and elements directly into the
22-
/// code, through the use of XML documentation headers. For an introduction to these headers and a description of
23-
/// the header syntax, see the following article:
24-
/// <see href="http://msdn.microsoft.com/en-us/magazine/cc302121.aspx">XML Comments Let You Build Documentation
25-
/// Directly From Your Visual Studio .NET Source Files</see>.</para>
22+
/// code, through the use of XML documentation headers.</para>
2623
///
2724
/// <para>Visual Studio provides helper functionality for adding new elements such as classes to a project. Visual
2825
/// Studio will create a default documentation header for the new class and fill in this header with default

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1609PropertyDocumentationMustHaveValue.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ namespace StyleCop.Analyzers.DocumentationRules
1616
/// </summary>
1717
/// <remarks>
1818
/// <para>C# syntax provides a mechanism for inserting documentation for classes and elements directly into the
19-
/// code, through the use of XML documentation headers. For an introduction to these headers and a description of
20-
/// the header syntax, see the following article:
21-
/// <see href="http://msdn.microsoft.com/en-us/magazine/cc302121.aspx">XML Comments Let You Build Documentation
22-
/// Directly From Your Visual Studio .NET Source Files</see>.</para>
19+
/// code, through the use of XML documentation headers.</para>
2320
///
2421
/// <para>The documentation for properties may include a <c>&lt;value&gt;</c> tag, which describes the value held by
2522
/// the property.</para>

0 commit comments

Comments
 (0)