From 7302372b483c49f8f0e1b88a5a0f3f22d8145d0c Mon Sep 17 00:00:00 2001 From: Kenneth Moreland Date: Thu, 19 Oct 2023 17:36:44 -0500 Subject: [PATCH] Fix doxygen issues --- vtkm/filter/field_transform/Warp.h | 4 ++-- .../scalar_topology/worklet/contourtree_augmented/Types.h | 1 - vtkm/filter/vector_analysis/DotProduct.h | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/vtkm/filter/field_transform/Warp.h b/vtkm/filter/field_transform/Warp.h index 593d7f792..bf49f4df0 100644 --- a/vtkm/filter/field_transform/Warp.h +++ b/vtkm/filter/field_transform/Warp.h @@ -95,7 +95,7 @@ public: this->UseScaleField = true; this->SetActiveField(2, name, vtkm::cont::Field::Association::Points); } - /// @copydoc SetScalarFactorField + /// @copydoc SetScaleField VTKM_CONT std::string GetScaleFieldName() const { return this->GetActiveFieldName(2); } /// @brief Specifies whether a scale factor field is used. @@ -103,7 +103,7 @@ public: /// When true, a scale factor field the constant scale factor is used. When false, the scale factor field (active /// field index 2) is used. VTKM_CONT void SetUseScaleField(bool flag) { this->UseScaleField = flag; } - /// @copydoc SetUseConstantScale + /// @copydoc SetUseScaleField VTKM_CONT bool GetUseScaleField() const { return this->UseScaleField; } /// @brief Specifies an additional scale factor to scale the displacements. diff --git a/vtkm/filter/scalar_topology/worklet/contourtree_augmented/Types.h b/vtkm/filter/scalar_topology/worklet/contourtree_augmented/Types.h index d01223a86..3cd8fc77f 100644 --- a/vtkm/filter/scalar_topology/worklet/contourtree_augmented/Types.h +++ b/vtkm/filter/scalar_topology/worklet/contourtree_augmented/Types.h @@ -383,7 +383,6 @@ struct GetLocalAndGlobalPointDimensions globalPointDimensions = cells.GetGlobalPointDimensions(); globalPointIndexStart = cells.GetGlobalPointIndexStart(); } - ///@} /// Raise ErrorBadValue if the input cell set is not a vtkm::cont::CellSetStructured<2> or <3> diff --git a/vtkm/filter/vector_analysis/DotProduct.h b/vtkm/filter/vector_analysis/DotProduct.h index c859cb3c6..6ba535969 100644 --- a/vtkm/filter/vector_analysis/DotProduct.h +++ b/vtkm/filter/vector_analysis/DotProduct.h @@ -41,7 +41,6 @@ public: { return this->GetActiveFieldAssociation(); } - ///@} ///@{ /// When set to true, uses a coordinate system as the primary field instead of the one selected