Skip to content

Commit

Permalink
Fix XML docs for TestBytesRefHash, #259
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Jan 22, 2024
1 parent 028dca6 commit 2c39de7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Lucene.Net.Tests/Util/TestBytesRefHash.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private BytesRefHash NewHash(ByteBlockPool blockPool)
}

/// <summary>
/// Test method for <seealso cref="Lucene.Net.Util.BytesRefHash#size()"/>.
/// Test method for <see cref="Lucene.Net.Util.BytesRefHash.Count"/>.
/// </summary>
[Test]
public virtual void TestSize()
Expand Down Expand Up @@ -95,7 +95,7 @@ public virtual void TestSize()

/// <summary>
/// Test method for
/// <seealso cref="Lucene.Net.Util.BytesRefHash.Get(int, BytesRef)"/>
/// <see cref="Lucene.Net.Util.BytesRefHash.Get(int, BytesRef)"/>
/// .
/// </summary>
[Test]
Expand Down Expand Up @@ -144,7 +144,7 @@ public virtual void TestGet()
}

/// <summary>
/// Test method for <seealso cref="Lucene.Net.Util.BytesRefHash.Compact()"/>.
/// Test method for <see cref="Lucene.Net.Util.BytesRefHash.Compact()"/>.
/// </summary>
[Test]
public virtual void TestCompact()
Expand Down Expand Up @@ -194,7 +194,7 @@ public virtual void TestCompact()

/// <summary>
/// Test method for
/// <seealso cref="Lucene.Net.Util.BytesRefHash.Sort(IComparer&lt;BytesRef&gt;)" />.
/// <see cref="Lucene.Net.Util.BytesRefHash.Sort(IComparer{BytesRef})" />.
/// </summary>
[Test]
public virtual void TestSort()
Expand Down Expand Up @@ -239,7 +239,7 @@ public virtual void TestSort()

/// <summary>
/// Test method for
/// <seealso cref="Lucene.Net.Util.BytesRefHash.Add(BytesRef)"/>
/// <see cref="Lucene.Net.Util.BytesRefHash.Add(BytesRef)"/>
/// .
/// </summary>
[Test]
Expand Down Expand Up @@ -366,7 +366,7 @@ public virtual void TestLargeValue()

/// <summary>
/// Test method for
/// <seealso cref="Lucene.Net.Util.BytesRefHash.AddByPoolOffset(int)"/>
/// <see cref="Lucene.Net.Util.BytesRefHash.AddByPoolOffset(int)"/>
/// .
/// </summary>
[Test]
Expand Down

0 comments on commit 2c39de7

Please sign in to comment.