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_api/space.c | 5 +++++ source/blender/editors/space_api/spacetypes.c | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'source/blender/editors/space_api') diff --git a/source/blender/editors/space_api/space.c b/source/blender/editors/space_api/space.c index bfe47f6e35a..1ba8f00995c 100644 --- a/source/blender/editors/space_api/space.c +++ b/source/blender/editors/space_api/space.c @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/editors/space_api/space.c + * \ingroup spapi + */ + + #include #include diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c index ce8970d0434..5fa4205565f 100644 --- a/source/blender/editors/space_api/spacetypes.c +++ b/source/blender/editors/space_api/spacetypes.c @@ -22,6 +22,11 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ +/** \file blender/editors/space_api/spacetypes.c + * \ingroup spapi + */ + + #include #include "MEM_guardedalloc.h" -- cgit v1.2.3