Skip to content

Commit

Permalink
Improve IDL doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rozele committed Nov 28, 2023
1 parent 7c25cb7 commit ce29f05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vnext/Microsoft.ReactNative/IJsiNonAbiHostObject.idl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ namespace Microsoft.ReactNative
[version(0)]
[experimental]
DOC_STRING(
"The `IJsiNonAbiHostObject` helps with passing non-ABI C++ TurboModules "
"via @ReactModuleProvider. Since React Native Windows already uses @IReactNonAbiValue "
"internally to represent attributed native modules, this wrapper is needed to have an "
"alternate interface to type check against.")
"The @IJsiNonAbiHostObject helps register C++ TurboModules to JSI runtime instances "
"that bypass ABI via @ReactModuleProvider. Since React Native Windows already uses "
"@IReactNonAbiValue internally to represent attributed native modules, this wrapper "
"is needed to have an alternate interface to type check against.")
interface IJsiNonAbiHostObject {}
} // namespace Microsoft.ReactNative

0 comments on commit ce29f05

Please sign in to comment.