C++: Improve QLDoc.

This commit is contained in:
Geoffrey White
2024-03-26 11:21:05 +00:00
parent ce52cbb428
commit 8fbbc2b6d8
2 changed files with 3 additions and 2 deletions

View File

@@ -1154,7 +1154,8 @@ class SummaryCall extends DataFlowCall, TSummaryCall {
SummaryCall() { this = TSummaryCall(c, receiver) }
/**
* Gets the data flow node that this call targets.
* Gets the data flow node that holds the address of the function this call
* targets.
*/
FlowSummaryImpl::Private::SummaryNode getReceiver() { result = receiver }

View File

@@ -747,7 +747,7 @@ class FlowSummaryNode extends Node, TFlowSummaryNode {
FlowSummaryImpl::Private::SummaryNode getSummaryNode() { this = TFlowSummaryNode(result) }
/**
* TODO: QLDoc.
* Gets the summarized callable that this node belongs to.
*/
FlowSummaryImpl::Public::SummarizedCallable getSummarizedCallable() {
result = this.getSummaryNode().getSummarizedCallable()