File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
swift/ql/lib/codeql/swift/dataflow Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 25
25
* types can be short names or fully qualified names (mixing these two options
26
26
* is not allowed within a single signature).
27
27
* 6. The `ext` column specifies additional API-graph-like edges. Currently
28
- * there are only two valid values: "" and "Annotated". The empty string has no
29
- * effect. "Annotated" applies if `name` and `signature` were left blank and
30
- * acts by selecting an element that is annotated by the annotation type
31
- * selected by the first 4 columns. This can be another member such as a field
32
- * or method, or a parameter.
28
+ * there is only one valid value: "".
33
29
* 7. The `input` column specifies how data enters the element selected by the
34
30
* first 6 columns, and the `output` column specifies how data leaves the
35
31
* element selected by the first 6 columns. An `input` can be either "",
You can’t perform that action at this time.
0 commit comments