mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Merge pull request #3718 from adityasharad/cpp/formatting-function-doc
C++: Fix QLDoc on `FormattingFunction` library
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Provides a class for modeling `printf`-style formatting functions. To use
|
||||
* this QL library, create a QL class extending `DataFlowFunction` with a
|
||||
* this QL library, create a QL class extending `FormattingFunction` with a
|
||||
* characteristic predicate that selects the function or set of functions you
|
||||
* are modeling. Within that class, override the predicates provided by
|
||||
* `FormattingFunction` to match the flow within that function.
|
||||
|
||||
Reference in New Issue
Block a user