File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -560,11 +560,11 @@ void validateGenericSignaturesInModule(ModuleDecl *module);
560
560
// / required to be minimal or canonical, and may contain unresolved
561
561
// / DependentMemberTypes.
562
562
// /
563
- // / If \p baseSignature is non-null, the new parameters and requirements
564
- // / are added on; existing requirements of the base signature might become
565
- // / redundant.
566
- // /
567
- // / If \p baseSignature is null, build a new signature from scratch .
563
+ // / \param baseSignature if non-null, the new parameters and requirements
564
+ // /// are added on; existing requirements of the base signature might become
565
+ // /// redundant. Otherwise if null, build a new signature from scratch .
566
+ // / \param allowInverses if true, default requirements to Copyable/Escapable are
567
+ // / expanded for generic parameters .
568
568
GenericSignature buildGenericSignature (
569
569
ASTContext &ctx,
570
570
GenericSignature baseSignature,
You can’t perform that action at this time.
0 commit comments