mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Swift: Remove claims about 'Annotated'.
This commit is contained in:
@@ -25,11 +25,7 @@
|
|||||||
* types can be short names or fully qualified names (mixing these two options
|
* types can be short names or fully qualified names (mixing these two options
|
||||||
* is not allowed within a single signature).
|
* is not allowed within a single signature).
|
||||||
* 6. The `ext` column specifies additional API-graph-like edges. Currently
|
* 6. The `ext` column specifies additional API-graph-like edges. Currently
|
||||||
* there are only two valid values: "" and "Annotated". The empty string has no
|
* there is only one valid value: "".
|
||||||
* effect. "Annotated" applies if `name` and `signature` were left blank and
|
|
||||||
* acts by selecting an element that is annotated by the annotation type
|
|
||||||
* selected by the first 4 columns. This can be another member such as a field
|
|
||||||
* or method, or a parameter.
|
|
||||||
* 7. The `input` column specifies how data enters the element selected by the
|
* 7. The `input` column specifies how data enters the element selected by the
|
||||||
* first 6 columns, and the `output` column specifies how data leaves the
|
* first 6 columns, and the `output` column specifies how data leaves the
|
||||||
* element selected by the first 6 columns. An `input` can be either "",
|
* element selected by the first 6 columns. An `input` can be either "",
|
||||||
|
|||||||
Reference in New Issue
Block a user