diff options
Diffstat (limited to 'source/slang/syntax.h')
| -rw-r--r-- | source/slang/syntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/syntax.h b/source/slang/syntax.h index 749c5ae32..00e6bd6d3 100644 --- a/source/slang/syntax.h +++ b/source/slang/syntax.h @@ -1167,7 +1167,7 @@ namespace Slang void removeSubstitution(DeclRefBase & declRef, RefPtr<Substitutions> subst); bool hasGenericSubstitutions(RefPtr<Substitutions> subst); RefPtr<GenericSubstitution> getGenericSubstitution(RefPtr<Substitutions> subst); - + // This function substitutes the type arguments referenced in a linked list of substitutions // which head is at `substHead` using the substitutions specified by `subst`. If the linked // list `substHead` does not contain `GlobalGenericParamSubstitution` entries, they will be |
