Skip to content

Commit a754f4b

Browse files
committed
NFC: clarify comment
1 parent 87a2def commit a754f4b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/swift/AST/GenericSignature.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -560,11 +560,11 @@ void validateGenericSignaturesInModule(ModuleDecl *module);
560560
/// required to be minimal or canonical, and may contain unresolved
561561
/// DependentMemberTypes.
562562
///
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.
568568
GenericSignature buildGenericSignature(
569569
ASTContext &ctx,
570570
GenericSignature baseSignature,

0 commit comments

Comments
 (0)