Skip to content

Commit d7d00bd

Browse files
authored
Merge pull request github#3718 from adityasharad/cpp/formatting-function-doc
C++: Fix QLDoc on `FormattingFunction` library
2 parents f9db197 + 1033d22 commit d7d00bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/models/interfaces/FormattingFunction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Provides a class for modeling `printf`-style formatting functions. To use
3-
* this QL library, create a QL class extending `DataFlowFunction` with a
3+
* this QL library, create a QL class extending `FormattingFunction` with a
44
* characteristic predicate that selects the function or set of functions you
55
* are modeling. Within that class, override the predicates provided by
66
* `FormattingFunction` to match the flow within that function.

0 commit comments

Comments
 (0)