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>2013-05-05 22:41:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-05 22:41:45 +0400
commitc97983c9dea72737ad29b6ee3a71726e4a8a11e7 (patch)
tree31d0d5c3a20e27a395be72a6f2f030e2ba4c6ffa /source/blender/compositor
parent02fd2d256ddfbe12b6800eecab9b4223ade422fc (diff)
correction for uv template, also some doxygen comment corrections.
Diffstat (limited to 'source/blender/compositor')
-rw-r--r--source/blender/compositor/intern/COM_InputSocket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/compositor/intern/COM_InputSocket.h b/source/blender/compositor/intern/COM_InputSocket.h
index 5a36fe3f33b..23490b66bba 100644
--- a/source/blender/compositor/intern/COM_InputSocket.h
+++ b/source/blender/compositor/intern/COM_InputSocket.h
@@ -101,7 +101,6 @@ public:
/**
* @brief move all connections of this input socket to another socket
* @param relinkToSocket the socket to move to connections to
- * @param autoconnect will a set operation be added when no connections exist
* @param editorNodeInputSocketIndex index of the socket number of the bNode (used to retrieve the value for autoconnection)
* @param system ExecutionSystem to update to
*/