minor tweak of comment
This commit is contained in:
parent
8f27cec991
commit
7d4c37430b
|
@ -352,7 +352,7 @@ class ValueFlow:
|
||||||
# http://cppcheck.sourceforge.net/devinfo/doxyoutput/classValueFlow_1_1Value.html
|
# http://cppcheck.sourceforge.net/devinfo/doxyoutput/classValueFlow_1_1Value.html
|
||||||
|
|
||||||
class Value:
|
class Value:
|
||||||
# #integer value
|
## integer value
|
||||||
intvalue = None
|
intvalue = None
|
||||||
## token value
|
## token value
|
||||||
tokvalue = None
|
tokvalue = None
|
||||||
|
|
Loading…
Reference in New Issue