Skip to content

Commit

Permalink
Remove dead XML Doc link (#11223)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Nov 9, 2022
1 parent 1b63252 commit f4b9911
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Essentials/src/Screenshot/Screenshot.shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public interface IScreenshotResult
Task<Stream> OpenReadAsync(ScreenshotFormat format = ScreenshotFormat.Png, int quality = 100);
#pragma warning restore CS1573 // Parameter has no matching param tag in the XML comment (but other parameters do)

/// <include file="../../docs/Microsoft.Maui.Essentials/IScreenshotResult.xml" path="//Member[@MemberName='CopyToAsync']/Docs/*" />
Task CopyToAsync(Stream destination, ScreenshotFormat format = ScreenshotFormat.Png, int quality = 100);
}

Expand Down

0 comments on commit f4b9911

Please sign in to comment.