Skip to content

Commit d5602ee

Browse files
committed
Documentation.
1 parent 3f89454 commit d5602ee

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

DependencyQueue/DependencyQueueEntryBuilder.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,9 @@ public DependencyQueueEntryBuilder<T> AddRequires(params string[] names)
158158
/// The builder, to enable chaining of method invocations.
159159
/// </returns>
160160
/// <remarks>
161-
/// <para>
162-
/// This method is valid only when building an entry. After this
163-
/// method returns, the builder is no longer building an entry.
164-
/// Use <see cref="NewEntry"/> to begin building another entry.
165-
/// </para>
161+
/// This method is valid only when building an entry. After this method
162+
/// returns, the builder is no longer building an entry. Use
163+
/// <see cref="NewEntry"/> to begin building another entry.
166164
/// </remarks>
167165
/// <exception cref="InvalidOperationException">
168166
/// The builder does not have a current entry.

0 commit comments

Comments
 (0)