Swift: insert blank line between doc and desc

This commit is contained in:
Paolo Tranquilli
2022-10-20 10:49:26 +02:00
parent b65f49bd50
commit 22bd10132f
3 changed files with 10 additions and 2 deletions

View File

@@ -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() }

View File

@@ -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() {