Cleanup: use C style doxygen comments

This commit is contained in:
2020-09-12 16:33:34 +10:00
parent 4c24e8e992
commit 8c17269183
17 changed files with 80 additions and 80 deletions

View File

@@ -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;
}