C++: Improve accuracy of AttributeArgument.getValueText QLDoc

This commit is contained in:
Jeroen Ketema
2022-08-04 16:39:07 +02:00
parent 0e12c9d8b1
commit 9ae9b89529

View File

@@ -256,7 +256,7 @@ class AttributeArgument extends Element, @attribute_arg {
/**
* Gets the text for the value of this argument, if its value is
* a string or a number.
* a constant or token.
*/
string getValueText() { attribute_arg_value(underlyingElement(this), result) }