File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,13 +99,13 @@ public static IEnumerable<IIssue> ReadIssues(
99
99
/// <param name="settings">The settings.</param>
100
100
/// <returns>Issues reported by issue provider.</returns>
101
101
/// <example>
102
- /// <para>Read issues reported by JetBrains inspect code and format comments in Markdown :</para>
102
+ /// <para>Read issues reported by JetBrains inspect code and set run information :</para>
103
103
/// <code>
104
104
/// <![CDATA[
105
105
/// var settings =
106
106
/// new ReadIssuesSettings(@"c:\repo")
107
107
/// {
108
- /// Format = IssueCommentFormat.Markdown
108
+ /// Run = "My run"
109
109
/// };
110
110
///
111
111
/// var issues =
@@ -142,13 +142,13 @@ public static IEnumerable<IIssue> ReadIssues(
142
142
/// <returns>Issues reported by all issue providers.</returns>
143
143
/// <example>
144
144
/// <para>Read issues reported as MsBuild warnings and issues reported by JetBrains inspect code
145
- /// with comments formatted as Markdown :</para>
145
+ /// and set run information :</para>
146
146
/// <code>
147
147
/// <![CDATA[
148
148
/// var settings =
149
149
/// new ReadIssuesSettings(@"c:\repo")
150
150
/// {
151
- /// Format = IssueCommentFormat.Markdown
151
+ /// Run = "My run"
152
152
/// };
153
153
///
154
154
/// var issues =
You can’t perform that action at this time.
0 commit comments