Cleanup: move public doc-strings into headers

Some recent changes re-introduced public-style doc-strings
in the source file.
This commit is contained in:
2022-01-06 19:00:35 +11:00
parent c12607baa3
commit 6f389f1bb8
20 changed files with 225 additions and 224 deletions

View File

@@ -100,6 +100,10 @@ struct bNodeSocket *version_node_add_socket_if_not_exist(struct bNodeTree *ntree
const char *identifier,
const char *name);
/**
* The versioning code generally expects `SOCK_IN_USE` to be set correctly. This function updates
* the flag on all sockets after changes to the node tree.
*/
void version_socket_update_is_used(bNodeTree *ntree);
#ifdef __cplusplus