Skip to content

Commit

Permalink
Add missing doc comments to resolve Sandcastle doc warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstam committed Oct 13, 2022
1 parent 04842bc commit fa38bc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MongoDB.Driver/IAggregateFluentExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ public static IAggregateFluent<TResult> Densify<TResult>(
/// <summary>
/// Appends a $documents stage to the pipeline.
/// </summary>
/// <typeparam name="TResult">The type of the result.</typeparam>
/// <param name="aggregate">The aggregate.</param>
/// <param name="documents">The documents.</param>
/// <param name="documentSerializer">The document serializer.</param>
Expand All @@ -178,6 +179,7 @@ public static IAggregateFluent<TResult> Documents<TResult>(
/// <summary>
/// Appends a $documents stage to the pipeline.
/// </summary>
/// <typeparam name="TResult">The type of the result.</typeparam>
/// <param name="aggregate">The aggregate.</param>
/// <param name="documents">The documents.</param>
/// <param name="documentSerializer">The document serializer.</param>
Expand Down

0 comments on commit fa38bc8

Please sign in to comment.