File tree Expand file tree Collapse file tree
StyleCop.Analyzers/StyleCop.Analyzers/Settings/ObjectModel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace StyleCop.Analyzers.Settings.ObjectModel
88 internal class MaintainabilitySettings
99 {
1010 /// <summary>
11- /// Initializes a new instance of the <see cref="MaintainabilitySettings"/> class during JSON deserialization .
11+ /// Initializes a new instance of the <see cref="MaintainabilitySettings"/> class.
1212 /// </summary>
1313 protected internal MaintainabilitySettings ( )
1414 {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ internal class OrderingSettings
3333 private UsingDirectivesPlacement usingDirectivesPlacement ;
3434
3535 /// <summary>
36- /// Initializes a new instance of the <see cref="OrderingSettings"/> class during JSON deserialization .
36+ /// Initializes a new instance of the <see cref="OrderingSettings"/> class.
3737 /// </summary>
3838 protected internal OrderingSettings ( )
3939 {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace StyleCop.Analyzers.Settings.ObjectModel
88 internal class ReadabilitySettings
99 {
1010 /// <summary>
11- /// Initializes a new instance of the <see cref="ReadabilitySettings"/> class during JSON deserialization .
11+ /// Initializes a new instance of the <see cref="ReadabilitySettings"/> class.
1212 /// </summary>
1313 protected internal ReadabilitySettings ( )
1414 {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace StyleCop.Analyzers.Settings.ObjectModel
88 internal class SpacingSettings
99 {
1010 /// <summary>
11- /// Initializes a new instance of the <see cref="SpacingSettings"/> class during JSON deserialization .
11+ /// Initializes a new instance of the <see cref="SpacingSettings"/> class.
1212 /// </summary>
1313 protected internal SpacingSettings ( )
1414 {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ internal class StyleCopSettings
4343 private DocumentationSettings documentationRules ;
4444
4545 /// <summary>
46- /// Initializes a new instance of the <see cref="StyleCopSettings"/> class during JSON deserialization .
46+ /// Initializes a new instance of the <see cref="StyleCopSettings"/> class.
4747 /// </summary>
4848 protected internal StyleCopSettings ( )
4949 {
You can’t perform that action at this time.
0 commit comments