Cleanup: doxygen comments
Also correct some outdated symbol references, add missing 'name' commands.
This commit is contained in:
@@ -188,7 +188,7 @@ NodeOutput *NodeGraph::find_output(const NodeRange &node_range, bNodeSocket *b_s
|
||||
|
||||
void NodeGraph::add_bNodeLink(const NodeRange &node_range, bNodeLink *b_nodelink)
|
||||
{
|
||||
/// \note: ignore invalid links
|
||||
/// \note Ignore invalid links.
|
||||
if (!(b_nodelink->flag & NODE_LINK_VALID)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user