[Bf-blender-cvs] [57d77bd9226] master: Cleanup: malformed doxygen sections

Campbell Barton noreply at git.blender.org
Fri Oct 30 11:11:12 CET 2020


Commit: 57d77bd9226c33d1e8c93b2d8a2ad293680bf9a1
Author: Campbell Barton
Date:   Fri Oct 30 21:10:09 2020 +1100
Branches: master
https://developer.blender.org/rB57d77bd9226c33d1e8c93b2d8a2ad293680bf9a1

Cleanup: malformed doxygen sections

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

M	source/blender/blenkernel/intern/undo_system.c
M	source/blender/editors/transform/transform_gizmo_2d.c

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

diff --git a/source/blender/blenkernel/intern/undo_system.c b/source/blender/blenkernel/intern/undo_system.c
index 93f70b606dc..8e89aa8098d 100644
--- a/source/blender/blenkernel/intern/undo_system.c
+++ b/source/blender/blenkernel/intern/undo_system.c
@@ -95,7 +95,7 @@ static bool g_undo_callback_running = false;
 /** \name Public Undo Types
  *
  * Unfortunately we need this for a handful of places.
- */
+ * \{ */
 const UndoType *BKE_UNDOSYS_TYPE_IMAGE = NULL;
 const UndoType *BKE_UNDOSYS_TYPE_MEMFILE = NULL;
 const UndoType *BKE_UNDOSYS_TYPE_PAINTCURVE = NULL;
@@ -897,7 +897,7 @@ void BKE_undosys_stack_group_end(UndoStack *ustack)
 /** \name ID Reference Utilities
  *
  * Unfortunately we need this for a handful of places.
- */
+ * \{ */
 
 static void UNUSED_FUNCTION(BKE_undosys_foreach_ID_ref(UndoStack *ustack,
                                                        UndoTypeForEachIDRefFn foreach_ID_ref_fn,
diff --git a/source/blender/editors/transform/transform_gizmo_2d.c b/source/blender/editors/transform/transform_gizmo_2d.c
index c40f3d3f140..09100bb50cc 100644
--- a/source/blender/editors/transform/transform_gizmo_2d.c
+++ b/source/blender/editors/transform/transform_gizmo_2d.c
@@ -53,7 +53,7 @@
 
 /* -------------------------------------------------------------------- */
 /** \name Shared Callback's
- */
+ * \{ */
 
 static bool gizmo2d_generic_poll(const bContext *C, wmGizmoGroupType *gzgt)
 {



More information about the Bf-blender-cvs mailing list