Cleanup: use C style doxygen comments
This commit is contained in:
@@ -184,7 +184,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