Skip to content

Commit 909ad2a

Browse files
committed
Address review comment
1 parent 0a52420 commit 909ad2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/ContentDataFlow.qll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ module ContentDataFlow {
2929
* ```ql
3030
* class MyAnalysisConfiguration extends ContentDataFlowConfiguration {
3131
* MyAnalysisConfiguration() { this = "MyAnalysisConfiguration" }
32-
* // Override `isSource`, `isSink`, and `accessPathLimit`.
32+
* // Override `isSource` and `isSink`.
3333
* // Optionally override `isBarrier`.
3434
* // Optionally override `isAdditionalFlowStep`.
35+
* // Optionally override `getAFeature`.
36+
* // Optionally override `accessPathLimit`.
37+
* // Optionally override `isRelevantContent`.
3538
* }
3639
* ```
3740
*

0 commit comments

Comments
 (0)