C++: Fix itemization in QLDoc

This commit is contained in:
Jeroen Ketema
2022-12-14 13:46:07 +01:00
parent 973aad5c17
commit c18cfa7a7a

View File

@@ -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) {