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_Node.h')
-rw-r--r--source/blender/compositor/intern/COM_Node.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/source/blender/compositor/intern/COM_Node.h b/source/blender/compositor/intern/COM_Node.h
index bd8b37276a0..dd126770303 100644
--- a/source/blender/compositor/intern/COM_Node.h
+++ b/source/blender/compositor/intern/COM_Node.h
@@ -126,16 +126,14 @@ class Node {
}
/**
- * get the reference to a certain outputsocket
- * \param index:
- * the index of the needed outputsocket
+ * Get the reference to a certain output-socket.
+ * \param index: The index of the needed output-socket.
*/
NodeOutput *get_output_socket(const unsigned int index = 0) const;
/**
- * get the reference to a certain inputsocket
- * \param index:
- * the index of the needed inputsocket
+ * get the reference to a certain input-socket.
+ * \param index: The index of the needed input-socket.
*/
NodeInput *get_input_socket(const unsigned int index) const;