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:
authorCampbell Barton <ideasman42@gmail.com>2021-10-24 11:31:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-24 13:04:04 +0300
commit1411118055368022cf466448d4da8494d05e02c1 (patch)
tree676bdadcc67d3d65fd89296b66341ecdc795f613 /source/blender/compositor
parente288e392a8c3100cb60f6b7659323905e47c72b8 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/compositor')
-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;