mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Swift: update docs
This commit is contained in:
@@ -1365,7 +1365,7 @@ class BorrowExpr(IdentityExpr):
|
||||
@qltest.test_with('MacroDecl')
|
||||
class MacroRole(AstNode):
|
||||
"""
|
||||
The role of a macro.
|
||||
The role of a macro, for example #freestanding(declaration) or @attached(member).
|
||||
"""
|
||||
kind: int | doc("kind of this macro role (declaration, expression, member, etc.)")
|
||||
macro_syntax: int | doc("#freestanding or @attached")
|
||||
|
||||
Reference in New Issue
Block a user