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/editors/animation/anim_markers.c
parent683c130b06110949f2c6fcfd92084d61294ff742 (diff)
Cleanup: correct unbalanced doxy sections
Diffstat (limited to 'source/blender/editors/animation/anim_markers.c')
-rw-r--r--source/blender/editors/animation/anim_markers.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c
index 9297d1082e2..d7bbc0eab2b 100644
--- a/source/blender/editors/animation/anim_markers.c
+++ b/source/blender/editors/animation/anim_markers.c
@@ -1650,12 +1650,12 @@ static void MARKER_OT_make_links_scene(wmOperatorType *ot)
/** \} */
-#ifdef DURIAN_CAMERA_SWITCH
-
/* -------------------------------------------------------------------- */
/** \name Camera Bind Marker
* \{ */
+#ifdef DURIAN_CAMERA_SWITCH
+
static int ed_marker_camera_bind_exec(bContext *C, wmOperator *op)
{
bScreen *screen = CTX_wm_screen(C);
@@ -1718,6 +1718,7 @@ static void MARKER_OT_camera_bind(wmOperatorType *ot)
/* flags */
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
}
+
#endif
/** \} */