mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
C++: Fix itemization in QLDoc
This commit is contained in:
@@ -249,7 +249,7 @@ class Node extends TIRDataFlowNode {
|
||||
* the value of `x`.
|
||||
* - The node `n` such that `n.asParameter(1)` is the parameter `x` represents
|
||||
* the value of `*x`.
|
||||
* The node `n` such that `n.asParameter(2)` is the parameter `x` represents
|
||||
* - The node `n` such that `n.asParameter(2)` is the parameter `x` represents
|
||||
* the value of `**x`.
|
||||
*/
|
||||
Parameter asParameter(int index) {
|
||||
|
||||
Reference in New Issue
Block a user