Skip to content

Commit

Permalink
docs: Use cref
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
  • Loading branch information
maximilien-noal committed Oct 12, 2024
1 parent 4013630 commit 83e877b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public InMemoryAddressSwitcher(IIndexable memory) {
public SegmentedAddress? DefaultAddress { get; set; }

/// <summary>
/// Sets the segmented address. PhysicalLocation needs to be initialized before calling this method.
/// Sets the segmented address. <see cref="PhysicalLocation"/> needs to be initialized before calling this method.
/// </summary>
/// <param name="segment">Segment</param>
/// <param name="offset">Offset</param>
Expand Down

0 comments on commit 83e877b

Please sign in to comment.