Skip to content

Commit 5ac34e5

Browse files
committed
Add doc for DefinitionsOptions arg on addNodeDefFromGraph().
1 parent cad97bc commit 5ac34e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/MaterialXCore/Document.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ class MX_CORE_API Document : public GraphElement
363363
/// @param newGraphName Name of new functional NodeGraph.
364364
/// @param nodeDefName Name of new NodeDef
365365
/// @param category Category of the new NodeDef
366+
/// @param options Optional creation options. Default is nullptr.
366367
/// @return New declaration if successful.
367368
NodeDefPtr addNodeDefFromGraph(NodeGraphPtr nodeGraph, const string& nodeDefName,
368369
const string& category, const string& newGraphName,

0 commit comments

Comments
 (0)