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 <ideasman42@gmail.com>2018-04-06 11:47:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-06 11:47:39 +0300
commit4de70da73a1018469860a3b9595525f9eec7b025 (patch)
tree67156384bec1cc5061a9715c6bcbdec9adee5816 /source/blender/blenkernel/intern/undo_system.c
parent72e5082b6757e73b03115677468cb0337a11955d (diff)
Cleanup: style, doxy headers
Diffstat (limited to 'source/blender/blenkernel/intern/undo_system.c')
-rw-r--r--source/blender/blenkernel/intern/undo_system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/undo_system.c b/source/blender/blenkernel/intern/undo_system.c
index 09f4b2fdc01..760c6a60976 100644
--- a/source/blender/blenkernel/intern/undo_system.c
+++ b/source/blender/blenkernel/intern/undo_system.c
@@ -18,8 +18,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/editors/util/undo_system.c
- * \ingroup edutil
+/** \file blender/blenkernel/intern/undo_system.c
+ * \ingroup bke
*
* Used by ED_undo.h, internal implementation.
*/