Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Ankit Jain <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
3 people authored Sep 15, 2022
commit 5c7d4003a2d1b9fffbe445d5c6df6842e8c6097f
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</AssemblyInfo>
<Parameters />
<Docs>
<summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.JavaScript.JSExportAttribute" />.</summary>
<summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.JavaScript.JSExportAttribute" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Docs>
<summary>Indicates that the JSImport source generator should create a managed wrapper to invoke a specific imported JavaScript function and marshal its arguments, return values, and exceptions.</summary>
<remarks>
<para>To configure the marshaling behavior for specific values, <see cref="T:System.Runtime.InteropServices.JavaScript.JSMarshalAsAttribute`1" />.</para>
<para>To configure the marshalling behavior for specific values, <see cref="T:System.Runtime.InteropServices.JavaScript.JSMarshalAsAttribute`1" />.</para>
<para>This attribute is meaningless if the source generator associated with it is not enabled.</para>
<para>The current built-in source generator only supports C# and only supplies an implementation when applied to static, partial, non-generic methods.</para>
</remarks>
Expand All @@ -48,8 +48,8 @@
<Parameter Name="functionName" Type="System.String" />
</Parameters>
<Docs>
<param name="functionName">Name of the function to be bound in the module. It allows dots for nested objects.</param>
<summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.JavaScript.JSImportAttribute" />.</summary>
<param name="functionName">The name of the function to be bound in the module. Use dots for nested objects.</param>
<summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.JavaScript.JSImportAttribute" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<typeparam name="T">To be added.</typeparam>
<param name="arg">To be added.</param>
<param name="value">To be added.</param>
<summary>Helps with marshaling of the Task result or Function arguments.
It's used by JSImport code generator and should not be used by developers in source code.</summary>
<summary>Assists in marshalling of Task results and Function arguments.
This API is used by JSImport code generator and should not be used by developers in source code.</summary>
<remarks>To be added.</remarks>
</Docs>
</Type>
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<typeparam name="T">To be added.</typeparam>
<param name="arg">To be added.</param>
<param name="value">To be added.</param>
<summary>Helps with marshaling of the Task result or Function arguments.
It's used by JSImport code generator and should not be used by developers in source code.</summary>
<summary>Assists in marshalling of Task results and Function arguments.
This API is used by JSImport code generator and should not be used by developers in source code.</summary>
<remarks>To be added.</remarks>
</Docs>
</Type>
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</Attributes>
<Docs>
<summary>Represents type metadata about the marshaller, which are necessary for marshalling function arguments.
It's used by JSImport code generator and should not be used by developers in source code.</summary>
This API is used by the JSImport code generator and should not be used by developers in source code.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</Base>
<Interfaces />
<Docs>
<summary>Suppresses marshaling of the JavaScript function's return value and discards it.</summary>
<summary>Suppresses marshalling of the JavaScript function's return value and discards it.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members />
Expand Down