Skip to content

Commit 5e9a41b

Browse files
committed
Xml Doc - Minor improvements
1 parent aa8e8b3 commit 5e9a41b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CefSharp.Core/RequestContext.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ namespace CefSharp
267267
/// <returns>Returns true if the preference with the specified name can be modified
268268
/// using SetPreference</returns>
269269
/// <remarks>Use Cef.UIThreadTaskFactory to execute this method if required,
270-
/// <see cref="IBrowserProcessHandler.OnContextInitialized"/> and ChromiumWebBrowser.IsBrowserInitializedChanged are both
270+
/// <see cref="IBrowserProcessHandler::OnContextInitialized"/> and ChromiumWebBrowser.IsBrowserInitializedChanged are both
271271
/// executed on the CEF UI thread, so can be called directly.
272272
/// When CefSettings.MultiThreadedMessageLoop == false (the default is true) then the main
273273
/// application thread will be the CEF UI thread.</remarks>
@@ -397,7 +397,7 @@ namespace CefSharp
397397
/// Visit chrome://extensions-support for the list of extension APIs currently supported by CEF. - Main frame navigation to non-extension
398398
/// content is blocked.
399399
/// - Pinch-zooming is disabled.
400-
/// - <see cref="IBrowserHost::GetExtension"/> returns the hosted extension.
400+
/// - <see cref="IBrowserHost::Extension"/> returns the hosted extension.
401401
/// - CefBrowserHost::IsBackgroundHost returns true for background hosts. See https://developer.chrome.com/extensions for extension implementation and usage documentation.
402402
/// </summary>
403403
/// <param name="rootDirectory">If extension resources will be read from disk using the default load implementation then rootDirectoy

CefSharp.Core/RequestContextBuilder.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ namespace CefSharp
3939
public:
4040
/// <summary>
4141
/// Create the actual RequestContext instance
42-
/// <param name="other">shares storage with this RequestContext</param>
43-
/// <returns>Returns RequestContextBuilder instance</returns>
42+
/// </summary>
43+
/// <returns>Returns a new RequestContext instance.</returns>
4444
IRequestContext^ Create();
4545

4646
/// <summary>

0 commit comments

Comments
 (0)