Merge pull request #3718 from adityasharad/cpp/formatting-function-doc

C++: Fix QLDoc on `FormattingFunction` library
This commit is contained in:
Aditya Sharad
2020-06-15 08:39:16 -07:00
committed by GitHub

View File

@@ -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.