mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Improve qldoc
This commit is contained in:
@@ -514,7 +514,7 @@ class ConstCase extends SwitchCase {
|
||||
Expr getValue() { result.isNthChildOf(this, 0) }
|
||||
|
||||
/**
|
||||
* Gets the `case` constant at the specified index.
|
||||
* Gets the `case` constant at index `i`.
|
||||
*/
|
||||
Expr getValue(int i) { result.isNthChildOf(this, i) and i >= 0 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user