Skip to content

Commit c530e9e

Browse files
committed
Xml Doc - Fix param reference
1 parent 11a2635 commit c530e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp.Core/RequestContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ namespace CefSharp
352352

353353
/// <summary>
354354
/// Retrieve the list of all extensions that this context has access to (see HasExtension).
355-
/// <see cref="extensionIds"/> will be populated with the list of extension ID values.
355+
/// <paramref name="extensionIds"/> will be populated with the list of extension ID values.
356356
/// This method must be called on the CEF UI thread.
357357
/// </summary>
358358
/// <param name="extensionIds">output a list of extensions Ids</param>

0 commit comments

Comments
 (0)