Fix doxygen issues

This commit is contained in:
Kenneth Moreland 2023-10-19 17:36:44 -05:00
parent 3d3b66865f
commit 7302372b48
3 changed files with 2 additions and 4 deletions

@ -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.

@ -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>

@ -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