Browse Source

Fix incorrect XmlDoc comment

newNRvisualizers
Daniel Grunwald 13 years ago
parent
commit
355e3fbb63
  1. 2
      ICSharpCode.NRefactory.CSharp/Parser/CompilerSettings.cs

2
ICSharpCode.NRefactory.CSharp/Parser/CompilerSettings.cs

@ -125,7 +125,7 @@ namespace ICSharpCode.NRefactory.CSharp @@ -125,7 +125,7 @@ namespace ICSharpCode.NRefactory.CSharp
IList<int> disabledWarnings = new List<int>();
/// <summary>
/// Allows treating specific warnings as errors without setting <see cref="TreatWarningsAsErrors"/> to true.
/// Disables the specified warnings.
/// </summary>
public IList<int> DisabledWarnings {
get { return disabledWarnings; }

Loading…
Cancel
Save