We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1186c commit 6d506f1Copy full SHA for 6d506f1
docs/TaintAnalysis.md
@@ -3,13 +3,14 @@
3
## Configuration
4
5
- Each method description can contain the key `conditions` (optionally).
6
-- Keys like `add-to` or `remove-from` may contain a list of values or only one value.
+- Keys like `add-to` or `remove-from` can contain a list of values or only one value.
7
Possible values:
8
- this
9
- arg1
10
- arg2
11
- ...
12
- return
13
+- The `marks` key can also contain a list of marks or only one mark.
14
- Fully qualified name of the method may be determined in parts.
15
16
**Example:**
0 commit comments