minor tweak of comment

This commit is contained in:
Daniel Marjamäki 2015-12-14 20:30:13 +01:00
parent 8f27cec991
commit 7d4c37430b
1 changed files with 1 additions and 1 deletions

View File

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