C++: fix QLDoc

This commit is contained in:
Robert Marsh
2020-09-25 11:55:39 -07:00
parent 46ff4d524f
commit 9240256a9f

View File

@@ -244,7 +244,7 @@ private module PartialDefinitions {
}
/**
* A partial definition that's a definition by reference.
* A partial definition that's a definition via an output iterator.
*/
class DefinitionByIterator extends IteratorPartialDefinition {
DefinitionByIterator() { exists(Call c | this = c.getAnArgument() or this = c.getQualifier()) }