Skip to content

Commit

Permalink
Validation: Change seealso to see (dotnet#62555)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubber17 committed Jul 12, 2022
1 parent 7e2478f commit ebbb361
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ internal UserDefinedConversionAnalysis? BestUserDefinedConversionAnalysis
}

/// <summary>
/// Creates a <seealso cref="CommonConversion"/> from this C# conversion.
/// Creates a <see cref="CommonConversion"/> from this C# conversion.
/// </summary>
/// <returns>The <see cref="CommonConversion"/> that represents this conversion.</returns>
/// <remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ internal bool IsValidAssembly()
}

/// <summary>
/// Returns the metadata kind. <seealso cref="MetadataImageKind"/>
/// Returns the metadata kind. <see cref="MetadataImageKind"/>
/// </summary>
public override MetadataImageKind Kind
{
Expand Down
4 changes: 2 additions & 2 deletions src/Compilers/Core/Portable/RuleSet/RuleSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ private static bool IsStricterThan(ReportDiagnostic action1, ReportDiagnostic ac
/// <summary>
/// Load the ruleset from the specified file. This ruleset will contain
/// all the rules resolved from the includes specified in the ruleset file
/// as well. See also: <seealso cref="GetEffectiveIncludesFromFile(string)" />.
/// as well. See also: <see cref="GetEffectiveIncludesFromFile(string)" />.
/// </summary>
/// <returns>
/// A ruleset that contains resolved rules or null if there were errors.
Expand All @@ -259,7 +259,7 @@ public static RuleSet LoadEffectiveRuleSetFromFile(string filePath)

/// <summary>
/// Get the paths to all files contributing rules to the ruleset from the specified file.
/// See also: <seealso cref="LoadEffectiveRuleSetFromFile(string)" />.
/// See also: <see cref="LoadEffectiveRuleSetFromFile(string)" />.
/// </summary>
/// <returns>
/// The full paths to included files, or an empty array if there were errors.
Expand Down
Loading

0 comments on commit ebbb361

Please sign in to comment.