Skip to content

Commit 774105b

Browse files
committed
NFC: Fix some documentation warnings.
1 parent 5036112 commit 774105b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/Decl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,12 +1236,12 @@ class alignas(1 << DeclAlignInBits) Decl : public ASTAllocated<Decl> {
12361236

12371237
/// Returns true if this declaration should be considered available during
12381238
/// 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
12401240
/// optimization settings require that it be omitted.
12411241
bool isAvailableDuringLowering() const;
12421242

12431243
/// 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
12451245
/// stubs if the compiler flags have enabled unavailable declaration ABI
12461246
/// compatibility mode.
12471247
bool requiresUnavailableDeclABICompatibilityStubs() const;

0 commit comments

Comments
 (0)