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:
Diffstat (limited to 'source/blender/compositor/COM_compositor.h')
-rw-r--r--source/blender/compositor/COM_compositor.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/compositor/COM_compositor.h b/source/blender/compositor/COM_compositor.h
index 4eb3b763f09..67d189fe5f8 100644
--- a/source/blender/compositor/COM_compositor.h
+++ b/source/blender/compositor/COM_compositor.h
@@ -28,12 +28,19 @@ extern "C" {
/* Keep ascii art. */
/* clang-format off */
/**
+ *
* \defgroup Model The data model of the compositor
+ * \ingroup compositor
* \defgroup Memory The memory management stuff
+ * \ingroup compositor
* \defgroup Execution The execution logic
+ * \ingroup compositor
* \defgroup Conversion Conversion logic
+ * \ingroup compositor
* \defgroup Node All nodes of the compositor
+ * \ingroup compositor
* \defgroup Operation All operations of the compositor
+ * \ingroup compositor
*
* \page Introduction of the Blender Compositor
*