mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Swift: insert blank line between doc and desc
This commit is contained in:
@@ -71,6 +71,7 @@ module Generated {
|
||||
|
||||
/**
|
||||
* Gets the body of this callable, if it exists.
|
||||
*
|
||||
* The body is absent within protocol declarations.
|
||||
*/
|
||||
final BraceStmt getBody() { result = getImmediateBody().resolve() }
|
||||
|
||||
@@ -9,6 +9,7 @@ module Generated {
|
||||
|
||||
/**
|
||||
* Gets the introducer enumeration value.
|
||||
*
|
||||
* This is 0 if the variable was introduced with `let` and 1 if it was introduced with `var`.
|
||||
*/
|
||||
int getIntroducerInt() {
|
||||
|
||||
Reference in New Issue
Block a user