Skip to content

Commit 6d506f1

Browse files
committed
Add info for marks key
1 parent 7d1186c commit 6d506f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/TaintAnalysis.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
## Configuration
44

55
- 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.
6+
- Keys like `add-to` or `remove-from` can contain a list of values or only one value.
77
Possible values:
88
- this
99
- arg1
1010
- arg2
1111
- ...
1212
- return
13+
- The `marks` key can also contain a list of marks or only one mark.
1314
- Fully qualified name of the method may be determined in parts.
1415

1516
**Example:**

0 commit comments

Comments
 (0)