Clarify Token::concatStr() documentation
This commit is contained in:
parent
e63adfaaf8
commit
55a079a7c4
|
@ -49,8 +49,8 @@ public:
|
||||||
void str(const std::string &s);
|
void str(const std::string &s);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Concatenate two strings. "hello" "world" -> "hello world"
|
* Concatenate two (quoted) strings. Automatically cuts of the last/first character.
|
||||||
* Note: Automatically cuts of the last/first character.
|
* Example: "hello ""world" -> "hello world". Used by the token simplifier.
|
||||||
*/
|
*/
|
||||||
void concatStr(std::string const& b);
|
void concatStr(std::string const& b);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue