From 95100afc1210e7f95a97c85b51ec94719db24b94 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 27 Feb 2011 20:29:51 +0000 Subject: doxygen: blender/editors tagged. --- source/blender/editors/space_action/action_draw.c | 5 +++++ source/blender/editors/space_action/action_edit.c | 5 +++++ source/blender/editors/space_action/action_intern.h | 5 +++++ source/blender/editors/space_action/action_ops.c | 5 +++++ source/blender/editors/space_action/action_select.c | 5 +++++ source/blender/editors/space_action/space_action.c | 5 +++++ 6 files changed, 30 insertions(+) (limited to 'source/blender/editors/space_action') diff --git a/source/blender/editors/space_action/action_draw.c b/source/blender/editors/space_action/action_draw.c index 040c5ebaf47..f0f34645ebf 100644 --- a/source/blender/editors/space_action/action_draw.c +++ b/source/blender/editors/space_action/action_draw.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/editors/space_action/action_draw.c + * \ingroup spaction + */ + + /* System includes ----------------------------------------------------- */ #include diff --git a/source/blender/editors/space_action/action_edit.c b/source/blender/editors/space_action/action_edit.c index 261a4f806d8..10c4ebcd9ca 100644 --- a/source/blender/editors/space_action/action_edit.c +++ b/source/blender/editors/space_action/action_edit.c @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/editors/space_action/action_edit.c + * \ingroup spaction + */ + + #include #include #include diff --git a/source/blender/editors/space_action/action_intern.h b/source/blender/editors/space_action/action_intern.h index f9a5ac1093d..e80b82fcf79 100644 --- a/source/blender/editors/space_action/action_intern.h +++ b/source/blender/editors/space_action/action_intern.h @@ -25,6 +25,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file blender/editors/space_action/action_intern.h + * \ingroup spaction + */ + #ifndef ED_ACTION_INTERN_H #define ED_ACTION_INTERN_H diff --git a/source/blender/editors/space_action/action_ops.c b/source/blender/editors/space_action/action_ops.c index e82c26488b5..0979d69477b 100644 --- a/source/blender/editors/space_action/action_ops.c +++ b/source/blender/editors/space_action/action_ops.c @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/editors/space_action/action_ops.c + * \ingroup spaction + */ + + #include #include diff --git a/source/blender/editors/space_action/action_select.c b/source/blender/editors/space_action/action_select.c index b9662a8b8e5..c93b69a56f7 100644 --- a/source/blender/editors/space_action/action_select.c +++ b/source/blender/editors/space_action/action_select.c @@ -24,6 +24,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/editors/space_action/action_select.c + * \ingroup spaction + */ + + #include #include #include diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c index 3e25df634e5..06ff061f5ea 100644 --- a/source/blender/editors/space_action/space_action.c +++ b/source/blender/editors/space_action/space_action.c @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/editors/space_action/space_action.c + * \ingroup spaction + */ + + #include #include -- cgit v1.2.3