Skip to content

Commit f43ca29

Browse files
agent/106 fix unresolved xml cref in bitwise cs fo (HdrHistogram#112)
* plan(HdrHistogram#106): initial brief from issue * plan(HdrHistogram#106): review brief * plan(HdrHistogram#106): create task breakdown * feat(HdrHistogram#106): implement tasks * feat(HdrHistogram#106): complete implementation
1 parent 446afd5 commit f43ca29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HdrHistogram/Utilities/Bitwise.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private static int IntrinsicNumberOfLeadingZeros(long value)
5050
//http://graphics.stanford.edu/~seander/bithacks.html#IntegerLogObvious
5151

5252
/// <summary>
53-
/// Imperative implementation of the LeadingZeroCount, when access to the <see cref="System.Numerics.BitOperations.LeadingZeroCount(ulong)"/> is not available.
53+
/// Imperative implementation of the LeadingZeroCount, when access to the <c>System.Numerics.BitOperations.LeadingZeroCount(ulong)</c> is not available.
5454
/// </summary>
5555
public static class Imperative
5656
{

0 commit comments

Comments
 (0)