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/gpencil/drawgpencil.c | 5 +++++ source/blender/editors/gpencil/editaction_gpencil.c | 5 +++++ source/blender/editors/gpencil/gpencil_buttons.c | 5 +++++ source/blender/editors/gpencil/gpencil_edit.c | 5 +++++ source/blender/editors/gpencil/gpencil_intern.h | 5 +++++ source/blender/editors/gpencil/gpencil_ops.c | 5 +++++ source/blender/editors/gpencil/gpencil_paint.c | 5 +++++ 7 files changed, 35 insertions(+) (limited to 'source/blender/editors/gpencil') diff --git a/source/blender/editors/gpencil/drawgpencil.c b/source/blender/editors/gpencil/drawgpencil.c index 7ef17542ea4..79746f401cf 100644 --- a/source/blender/editors/gpencil/drawgpencil.c +++ b/source/blender/editors/gpencil/drawgpencil.c @@ -24,6 +24,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file blender/editors/gpencil/drawgpencil.c + * \ingroup edgpencil + */ + #include #include diff --git a/source/blender/editors/gpencil/editaction_gpencil.c b/source/blender/editors/gpencil/editaction_gpencil.c index 6ea8b77cc71..34cddfbc463 100644 --- a/source/blender/editors/gpencil/editaction_gpencil.c +++ b/source/blender/editors/gpencil/editaction_gpencil.c @@ -24,6 +24,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file blender/editors/gpencil/editaction_gpencil.c + * \ingroup edgpencil + */ + #include #include diff --git a/source/blender/editors/gpencil/gpencil_buttons.c b/source/blender/editors/gpencil/gpencil_buttons.c index fcd5b02d2a1..47a9c007951 100644 --- a/source/blender/editors/gpencil/gpencil_buttons.c +++ b/source/blender/editors/gpencil/gpencil_buttons.c @@ -24,6 +24,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file blender/editors/gpencil/gpencil_buttons.c + * \ingroup edgpencil + */ + #include #include diff --git a/source/blender/editors/gpencil/gpencil_edit.c b/source/blender/editors/gpencil/gpencil_edit.c index b699d27dd89..f1be2ae9a64 100644 --- a/source/blender/editors/gpencil/gpencil_edit.c +++ b/source/blender/editors/gpencil/gpencil_edit.c @@ -24,6 +24,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file blender/editors/gpencil/gpencil_edit.c + * \ingroup edgpencil + */ + #include diff --git a/source/blender/editors/gpencil/gpencil_intern.h b/source/blender/editors/gpencil/gpencil_intern.h index 7ae68d194b3..6ecdc2b054b 100644 --- a/source/blender/editors/gpencil/gpencil_intern.h +++ b/source/blender/editors/gpencil/gpencil_intern.h @@ -25,6 +25,11 @@ * * ***** END GPL LICENSE BLOCK ***** */ + +/** \file blender/editors/gpencil/gpencil_intern.h + * \ingroup edgpencil + */ + #ifndef ED_GPENCIL_INTERN_H #define ED_GPENCIL_INTERN_H diff --git a/source/blender/editors/gpencil/gpencil_ops.c b/source/blender/editors/gpencil/gpencil_ops.c index 55b2d2aa73d..f2efada8406 100644 --- a/source/blender/editors/gpencil/gpencil_ops.c +++ b/source/blender/editors/gpencil/gpencil_ops.c @@ -25,6 +25,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/editors/gpencil/gpencil_ops.c + * \ingroup edgpencil + */ + + #include #include #include diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c index 3d7fcf573ea..472750113b9 100644 --- a/source/blender/editors/gpencil/gpencil_paint.c +++ b/source/blender/editors/gpencil/gpencil_paint.c @@ -25,6 +25,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/editors/gpencil/gpencil_paint.c + * \ingroup edgpencil + */ + + #include #include #include -- cgit v1.2.3