You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.OpenApi.Readers/OpenApiDiagnostic.cs
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ public class OpenApiDiagnostic : IDiagnostic
31
31
/// Append another set of diagnostic Errors and Warnings to this one, this may be appended from another external
32
32
/// document's parsing and we want to indicate which file it originated from.
33
33
/// </summary>
34
-
/// <param name="diagnosticToAdd"></param>
35
-
/// <param name="fileNameToAdd"></param>
34
+
/// <param name="diagnosticToAdd">The diagnostic instance of which the errors and warnings are to be appended to this diagnostic's</param>
35
+
/// <param name="fileNameToAdd">The originating file of the diagnostic to be appended, this is prefixed to each error and warning to indicate the originating file</param>
0 commit comments