mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
C++: Improve QLDoc based on earlier review
This commit is contained in:
@@ -256,7 +256,7 @@ class AttributeArgument extends Element, @attribute_arg {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the text for the value of this argument, if its value is
|
* Gets the text for the value of this argument, if its value is
|
||||||
* a constant or token.
|
* a constant or a token.
|
||||||
*/
|
*/
|
||||||
string getValueText() {
|
string getValueText() {
|
||||||
if underlyingElement(this) instanceof @attribute_arg_constant_expr
|
if underlyingElement(this) instanceof @attribute_arg_constant_expr
|
||||||
|
|||||||
Reference in New Issue
Block a user