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
Without adding the XML doc files to the nuget package, the information
isn't usable in IDE tooltips or when checking class metadata and
signature information, which is bad for the developer experience.
This commit adds the XML docs, fixes a few malformed comments and
removes warnings for missing docs on public elements and parameters.
Copy file name to clipboardExpand all lines: WebViewControl/WebView.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ public partial class WebView : IDisposable {
97
97
98
98
publicWebView():this(false){}
99
99
100
-
/// <param name="useSharedDomain">Shared domains means that the webview default domain will always be the same. When <see cref="useSharedDomain"/> is false a
100
+
/// <param name="useSharedDomain">Shared domains means that the webview default domain will always be the same. When <paramref ref="useSharedDomain"/> is false a
101
101
/// unique domain is used for every webview.</param>
102
102
internalWebView(booluseSharedDomain){
103
103
if(IsInDesignMode){
@@ -228,7 +228,7 @@ void InternalDispose() {
228
228
229
229
/// <summary>
230
230
/// Specifies the maximium number of calls that can be made simultaneously to native
0 commit comments