From 95f05a6a4ba66ed5533ad6d35ac92cdbe3aa0690 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 16 Sep 2022 18:13:19 +1000 Subject: Cleanup: spelling in comments --- source/blender/functions/intern/field.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/functions') diff --git a/source/blender/functions/intern/field.cc b/source/blender/functions/intern/field.cc index 2a62133e851..8fb56d7aa11 100644 --- a/source/blender/functions/intern/field.cc +++ b/source/blender/functions/intern/field.cc @@ -574,7 +574,7 @@ bool IndexFieldInput::is_equal_to(const fn::FieldNode &other) const /** \} */ /* -------------------------------------------------------------------- */ -/** \name Fieldnode +/** \name #FieldNode * \{ */ /* Avoid generating the destructor in every translation unit. */ @@ -583,7 +583,7 @@ FieldNode::~FieldNode() = default; /** \} */ /* -------------------------------------------------------------------- */ -/** \name Fieldoperation +/** \name #FieldOperation * \{ */ FieldOperation::FieldOperation(std::shared_ptr function, @@ -660,7 +660,7 @@ FieldOperation::FieldOperation(const MultiFunction &function, Vector inp /** \} */ /* -------------------------------------------------------------------- */ -/** \name Fieldinput +/** \name #FieldInput * \{ */ FieldInput::FieldInput(const CPPType &type, std::string debug_name) @@ -678,7 +678,7 @@ FieldInput::~FieldInput() = default; /** \} */ /* -------------------------------------------------------------------- */ -/** \name Fieldconstant +/** \name #FieldConstant * \{ */ FieldConstant::FieldConstant(const CPPType &type, const void *value) @@ -714,7 +714,7 @@ GPointer FieldConstant::value() const /** \} */ /* -------------------------------------------------------------------- */ -/** \name Fieldevaluator +/** \name #FieldEvaluator * \{ */ static IndexMask index_mask_from_selection(const IndexMask full_mask, -- cgit v1.2.3