Skip to content

Commit fa38bc8

Browse files
committed
Add missing doc comments to resolve Sandcastle doc warnings.
1 parent 04842bc commit fa38bc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MongoDB.Driver/IAggregateFluentExtensions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ public static IAggregateFluent<TResult> Densify<TResult>(
162162
/// <summary>
163163
/// Appends a $documents stage to the pipeline.
164164
/// </summary>
165+
/// <typeparam name="TResult">The type of the result.</typeparam>
165166
/// <param name="aggregate">The aggregate.</param>
166167
/// <param name="documents">The documents.</param>
167168
/// <param name="documentSerializer">The document serializer.</param>
@@ -178,6 +179,7 @@ public static IAggregateFluent<TResult> Documents<TResult>(
178179
/// <summary>
179180
/// Appends a $documents stage to the pipeline.
180181
/// </summary>
182+
/// <typeparam name="TResult">The type of the result.</typeparam>
181183
/// <param name="aggregate">The aggregate.</param>
182184
/// <param name="documents">The documents.</param>
183185
/// <param name="documentSerializer">The document serializer.</param>

0 commit comments

Comments
 (0)