[Bf-blender-cvs] [0efe581a5b0] master: Cleanup: add missing doxy sections in customdata

Campbell Barton noreply at git.blender.org
Mon Apr 25 08:38:01 CEST 2022


Commit: 0efe581a5b00cd7016218031141e5d0cea42c1e4
Author: Campbell Barton
Date:   Mon Apr 25 16:34:03 2022 +1000
Branches: master
https://developer.blender.org/rB0efe581a5b00cd7016218031141e5d0cea42c1e4

Cleanup: add missing doxy sections in customdata

===================================================================

M	source/blender/blenkernel/intern/customdata.cc

===================================================================

diff --git a/source/blender/blenkernel/intern/customdata.cc b/source/blender/blenkernel/intern/customdata.cc
index 1b3c914c69b..22db90a06b0 100644
--- a/source/blender/blenkernel/intern/customdata.cc
+++ b/source/blender/blenkernel/intern/customdata.cc
@@ -765,7 +765,12 @@ static void layerFree_grid_paint_mask(void *data, int count, int UNUSED(size))
   }
 }
 
-/* --------- */
+/** \} */
+
+/* -------------------------------------------------------------------- */
+/** \name Callbacks for (#MLoopCol, #CD_PROP_BYTE_COLOR)
+ * \{ */
+
 static void layerCopyValue_mloopcol(const void *source,
                                     void *dest,
                                     const int mixmode,
@@ -954,6 +959,12 @@ static int layerMaxNum_mloopcol()
   return MAX_MCOL;
 }
 
+/** \} */
+
+/* -------------------------------------------------------------------- */
+/** \name Callbacks for (#MLoopUV, #CD_MLOOPUV)
+ * \{ */
+
 static void layerCopyValue_mloopuv(const void *source,
                                    void *dest,
                                    const int mixmode,



More information about the Bf-blender-cvs mailing list