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/intern/COM_NodeGraph.h')
-rw-r--r--source/blender/compositor/intern/COM_NodeGraph.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/compositor/intern/COM_NodeGraph.h b/source/blender/compositor/intern/COM_NodeGraph.h
index 087b3dda48d..b005149c839 100644
--- a/source/blender/compositor/intern/COM_NodeGraph.h
+++ b/source/blender/compositor/intern/COM_NodeGraph.h
@@ -36,8 +36,9 @@ class Node;
class NodeInput;
class NodeOutput;
-/** Internal representation of DNA node data.
- * This structure is converted into operations by \a NodeCompiler.
+/**
+ * Internal representation of DNA node data.
+ * This structure is converted into operations by \a NodeCompiler.
*/
class NodeGraph {
public: