Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ public static unsafe void Initialize(
/// <returns>Reference tracking GC handle.</returns>
/// <exception cref="InvalidOperationException">Thrown if the ObjectiveCMarshal API has not been initialized.</exception>
/// <remarks>
/// The Initialize() must be called prior to calling this function.
/// The <see cref="Initialize" /> function must be called prior to calling this function.
///
/// The <paramref name="obj"/> must have a type in its hierarchy marked with
/// The <paramref name="obj"/> parameter must have a type in its hierarchy marked with
/// <see cref="ObjectiveCTrackedTypeAttribute"/>.
///
/// The "Is Referenced" callback passed to Initialize()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ public static unsafe void Initialize(
/// <returns>Reference tracking GC handle.</returns>
/// <exception cref="InvalidOperationException">Thrown if the ObjectiveCMarshal API has not been initialized.</exception>
/// <remarks>
/// The Initialize() must be called prior to calling this function.
/// The <see cref="Initialize" /> function must be called prior to calling this function.
///
/// The <paramref name="obj"/> must have a type in its hierarchy marked with
/// The <paramref name="obj"/> parameter must have a type in its hierarchy marked with
/// <see cref="ObjectiveCTrackedTypeAttribute"/>.
///
/// The "Is Referenced" callback passed to Initialize()
Expand Down
Loading