Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-09-16 11:13:19 +0300
committerCampbell Barton <campbell@blender.org>2022-09-16 11:14:33 +0300
commit95f05a6a4ba66ed5533ad6d35ac92cdbe3aa0690 (patch)
tree19f81181cb24c931c7e006822cf3fe2f39955866 /source/blender/functions
parent48d7ff68f0df209c77bbb081ab46fbc109fd825a (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/functions')
-rw-r--r--source/blender/functions/intern/field.cc10
1 files changed, 5 insertions, 5 deletions
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<const MultiFunction> function,
@@ -660,7 +660,7 @@ FieldOperation::FieldOperation(const MultiFunction &function, Vector<GField> 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,