File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
ql/lib/codeql/swift/generated Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,10 @@ module Generated {
73
73
}
74
74
75
75
/**
76
- * { {> ql_property_doc} }{ {#has_description} }{ {#description} } * { {.} }
76
+ * { {> ql_property_doc} } *
77
+ { {#has_description} }
78
+ { {#description} }
79
+ * { {.} }
77
80
{ {/description} }
78
81
{ {/has_description} }
79
82
*/
@@ -85,7 +88,10 @@ module Generated {
85
88
{ {^type_is_class} }
86
89
{ {^is_predicate} }
87
90
/**
88
- * { {> ql_property_doc} }{ {#has_description} }{ {#description} } * { {.} }
91
+ * { {> ql_property_doc} } *
92
+ { {#has_description} }
93
+ { {#description} }
94
+ * { {.} }
89
95
{ {/description} }
90
96
{ {/has_description} }
91
97
*/
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ module Generated {
71
71
72
72
/**
73
73
* Gets the body of this callable, if it exists.
74
+ *
74
75
* The body is absent within protocol declarations.
75
76
*/
76
77
final BraceStmt getBody ( ) { result = getImmediateBody ( ) .resolve ( ) }
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ module Generated {
9
9
10
10
/**
11
11
* Gets the introducer enumeration value.
12
+ *
12
13
* This is 0 if the variable was introduced with `let` and 1 if it was introduced with `var`.
13
14
*/
14
15
int getIntroducerInt ( ) {
You can’t perform that action at this time.
0 commit comments