Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Sep 29, 2024
1 parent 63d274c commit c18001e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clic/include/tier4.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ remove_labels_with_map_values_within_range_func(const Device::Pointer & device,
float max_value) -> Array::Pointer;

/**
* @name exclude_labels_with_values_out_of_range
* @name exclude_labels_with_map_values_out_of_range
* @brief Exclude labels with values outside a given value range based on a vector of values
* associated with the labels.
*
Expand All @@ -233,7 +233,7 @@ exclude_labels_with_map_values_out_of_range_func(const Device::Pointer & device,
float max_value_range) -> Array::Pointer;

/**
* @name exclude_labels_with_values_within_range
* @name exclude_labels_with_map_values_within_range
* @brief Exclude labels with values inside a given value range based on a vector of values
* associated with the labels.
*
Expand Down

0 comments on commit c18001e

Please sign in to comment.