Skip to content

Commit

Permalink
Core - Fix xml doc
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Feb 25, 2021
1 parent 2b18d60 commit a5d5afe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CefSharp/DevToolsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ public static class DevToolsExtensions
/// Execute a method call over the DevTools protocol. This is a more structured
/// version of SendDevToolsMessage.
/// See the DevTools protocol documentation at https://chromedevtools.github.io/devtools-protocol/ for details
/// of supported methods and the expected <paramref name="paramsAsJson"/> dictionary contents.
/// of supported methods and the expected <paramref name="parameters"/> JSON message format.
/// See the SendDevToolsMessage documentation for additional usage information.
/// </summary>
/// <param name="browserHost">browser host</param>
/// <param name="messageId">is an incremental number that uniquely identifies the message (pass 0 to have the next number assigned
/// automatically based on previous values)</param>
/// <param name="method">is the method name</param>
Expand Down

0 comments on commit a5d5afe

Please sign in to comment.