Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jun 14, 2024
1 parent e090ba2 commit 866457e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/re_space_view_time_series/src/aggregation.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use crate::{PlotPoint, PlotPointAttrs};

/// Implements aggregation behaviors corresponding to [`AggregationPolicy`][re_viewer_context::external::re_entity_db::AggregationPolicy]:
/// `Average`
/// Implements aggregation behaviors for `Average`.
pub struct AverageAggregator;

impl AverageAggregator {
Expand Down Expand Up @@ -76,8 +75,7 @@ impl AverageAggregator {
}
}

/// Implements aggregation behaviors corresponding to [`AggregationPolicy`][re_viewer_context::external::re_entity_db::AggregationPolicy]:
/// `Min`, `Max`, `MinMax`, and `MinMaxAverage`.
/// Implements aggregation behaviors for `Min`, `Max`, `MinMax`, and `MinMaxAverage`.
pub enum MinMaxAggregator {
/// Keep only the maximum values in the range.
Max,
Expand Down

0 comments on commit 866457e

Please sign in to comment.