mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
C++: fix QLDoc
This commit is contained in:
@@ -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()) }
|
||||
|
||||
Reference in New Issue
Block a user