File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1236,12 +1236,12 @@ class alignas(1 << DeclAlignInBits) Decl : public ASTAllocated<Decl> {
1236
1236
1237
1237
// / Returns true if this declaration should be considered available during
1238
1238
// / SIL/IR lowering. A declaration would not be available during lowering if,
1239
- // / for example, it is annotated as unavailable with \c @available and
1239
+ // / for example, it is annotated as unavailable with ` @available` and
1240
1240
// / optimization settings require that it be omitted.
1241
1241
bool isAvailableDuringLowering () const ;
1242
1242
1243
1243
// / Returns true if ABI compatibility stubs must be emitted for the given
1244
- // / declaration. Decls marked unavailable with \c @available require these
1244
+ // / declaration. Decls marked unavailable with ` @available` require these
1245
1245
// / stubs if the compiler flags have enabled unavailable declaration ABI
1246
1246
// / compatibility mode.
1247
1247
bool requiresUnavailableDeclABICompatibilityStubs () const ;
You can’t perform that action at this time.
0 commit comments