Skip to content

Commit

Permalink
Adjust comment type
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <jstone@lucasfilm.com>
  • Loading branch information
jstone-lucasfilm authored Dec 11, 2024
1 parent c0741c3 commit db8a230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXGenMdl/MdlSyntax.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class MX_GENMDL_API MdlSyntax : public Syntax
static const StringVec FILTERTYPE_MEMBERS;
static const StringVec DISTRIBUTIONTYPE_MEMBERS;
static const StringVec SCATTER_MODE_MEMBERS;
static const string PORT_NAME_PREFIX; ///< applied to input and output names to avoid collisions with reserved words in MDL
static const string PORT_NAME_PREFIX; // Applied to input and output names to avoid collisions with reserved words in MDL

/// Get an type description for an enumeration based on member value
TypeDesc getEnumeratedType(const string& value) const;
Expand Down

0 comments on commit db8a230

Please sign in to comment.