Skip to content

Commit

Permalink
Omit comment for now
Browse files Browse the repository at this point in the history
Let's omit this comment, as we're still working through the ideal behavior of the methods in this category, and we can document this at the end of the process.
  • Loading branch information
jstone-lucasfilm authored Oct 11, 2024
1 parent 56a512d commit 234e526
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/MaterialXCore/Document.h
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,6 @@ class MX_CORE_API Document : public GraphElement
}

/// Return a vector of all NodeDef elements that match the given node name.
/// Nodedefs are first searched in the registered data library.
/// If the registered data library search returns empty, the current document is searched.
vector<NodeDefPtr> getMatchingNodeDefs(const string& nodeName) const;

/// @}
Expand Down

0 comments on commit 234e526

Please sign in to comment.