From 4de70da73a1018469860a3b9595525f9eec7b025 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 6 Apr 2018 10:47:39 +0200 Subject: Cleanup: style, doxy headers --- source/blender/editors/undo/ed_undo.c | 2 +- source/blender/editors/undo/memfile_undo.c | 2 +- source/blender/editors/undo/undo_system_types.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/undo') diff --git a/source/blender/editors/undo/ed_undo.c b/source/blender/editors/undo/ed_undo.c index 09abc1f3878..d8b194e3336 100644 --- a/source/blender/editors/undo/ed_undo.c +++ b/source/blender/editors/undo/ed_undo.c @@ -25,7 +25,7 @@ * ***** END GPL LICENSE BLOCK ***** */ -/** \file blender/editors/util/undo.c +/** \file blender/editors/undo/ed_undo.c * \ingroup edundo */ diff --git a/source/blender/editors/undo/memfile_undo.c b/source/blender/editors/undo/memfile_undo.c index c336069bff8..a0f7ebac477 100644 --- a/source/blender/editors/undo/memfile_undo.c +++ b/source/blender/editors/undo/memfile_undo.c @@ -18,7 +18,7 @@ * ***** END GPL LICENSE BLOCK ***** */ -/** \file blender/editors/util/memfile_undo.c +/** \file blender/editors/undo/memfile_undo.c * \ingroup edundo * * Wrapper between 'ED_undo.h' and 'BKE_undo_system.h' API's. diff --git a/source/blender/editors/undo/undo_system_types.c b/source/blender/editors/undo/undo_system_types.c index 4dbd22d6d22..75c3d2cc1b7 100644 --- a/source/blender/editors/undo/undo_system_types.c +++ b/source/blender/editors/undo/undo_system_types.c @@ -18,7 +18,7 @@ * ***** END GPL LICENSE BLOCK ***** */ -/** \file blender/editors/util/undo_system_types.c +/** \file blender/editors/undo/undo_system_types.c * \ingroup edundo */ -- cgit v1.2.3