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-03-15 09:29:54 +0300
committerCampbell Barton <campbell@blender.org>2022-03-15 09:29:54 +0300
commita0a572ce8b59d84d4ac632b099adae0e20c3f670 (patch)
tree12965acc42503169b58f81c92f2e74066a9e0409 /source/blender/modifiers
parent683c130b06110949f2c6fcfd92084d61294ff742 (diff)
Cleanup: correct unbalanced doxy sections
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_weld.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_weld.cc b/source/blender/modifiers/intern/MOD_weld.cc
index a2388195aa4..93d4b56176c 100644
--- a/source/blender/modifiers/intern/MOD_weld.cc
+++ b/source/blender/modifiers/intern/MOD_weld.cc
@@ -219,5 +219,3 @@ ModifierTypeInfo modifierType_Weld = {
/* blendWrite */ nullptr,
/* blendRead */ nullptr,
};
-
-/** \} */