Fixed mistake in documentation
This commit is contained in:
parent
f899e6ca30
commit
0a7fafa319
|
@ -135,7 +135,7 @@ public:
|
||||||
* - "%comp%" Any token such that isComparisonOp() returns true.
|
* - "%comp%" Any token such that isComparisonOp() returns true.
|
||||||
* - "%str%" Any token starting with "-character (C-string).
|
* - "%str%" Any token starting with "-character (C-string).
|
||||||
* - "%varid%" Match with parameter varid
|
* - "%varid%" Match with parameter varid
|
||||||
* - "%op%" Any token such that isConstOp() returns true.
|
* - "%op%" Any token such that isOp() returns true.
|
||||||
* - "%cop%" Any token such that isConstOp() returns true.
|
* - "%cop%" Any token such that isConstOp() returns true.
|
||||||
* - "%or%" A bitwise-or operator '|'
|
* - "%or%" A bitwise-or operator '|'
|
||||||
* - "%oror%" A logical-or operator '||'
|
* - "%oror%" A logical-or operator '||'
|
||||||
|
|
Loading…
Reference in New Issue