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-30 03:17:16 +0300
committerCampbell Barton <campbell@blender.org>2022-03-30 03:17:16 +0300
commit87e5c4230f9a90ffcd86c04479d67ae240da3e9a (patch)
tree265548ca83d0b6f86d87aa9b509ee8b1891d6bc0 /source/blender/blenkernel/intern/customdata.cc
parentee1d5fb9e4671a60fc3083dde78c227d9ef73aa2 (diff)
Cleanup: unbalanced doxy sections
Diffstat (limited to 'source/blender/blenkernel/intern/customdata.cc')
-rw-r--r--source/blender/blenkernel/intern/customdata.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/customdata.cc b/source/blender/blenkernel/intern/customdata.cc
index bf6f05300f8..9258c1ffb66 100644
--- a/source/blender/blenkernel/intern/customdata.cc
+++ b/source/blender/blenkernel/intern/customdata.cc
@@ -5379,8 +5379,6 @@ void CustomData_debug_info_from_layers(const CustomData *data, const char *inden
namespace blender::bke {
-/** \} */
-
/* -------------------------------------------------------------------- */
/** \name Custom Data C++ API
* \{ */