We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab0032 commit 94510faCopy full SHA for 94510fa
CefSharp.Core/Cef.h
@@ -143,7 +143,7 @@ namespace CefSharp
143
/// <summary>Initializes CefSharp with user-provided settings.</summary>
144
/// <param name="cefSettings">CefSharp configuration settings.</param>
145
/// <param name="shutdownOnProcessExit">When the Current AppDomain (relative to the thread called on)
146
- // Exits(ProcessExit event) then Shudown will be called.</param>
+ /// Exits(ProcessExit event) then Shudown will be called.</param>
147
/// <return>true if successful; otherwise, false.</return>
148
static bool Initialize(CefSettings^ cefSettings, bool shutdownOnProcessExit)
149
{
0 commit comments