We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f89454 commit d5602eeCopy full SHA for d5602ee
1 file changed
DependencyQueue/DependencyQueueEntryBuilder.cs
@@ -158,11 +158,9 @@ public DependencyQueueEntryBuilder<T> AddRequires(params string[] names)
158
/// The builder, to enable chaining of method invocations.
159
/// </returns>
160
/// <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>
+ /// This method is valid only when building an entry. After this method
+ /// returns, the builder is no longer building an entry. Use
+ /// <see cref="NewEntry"/> to begin building another entry.
166
/// </remarks>
167
/// <exception cref="InvalidOperationException">
168
/// The builder does not have a current entry.
0 commit comments