mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Added doc comment.
This commit is contained in:
parent
322568ba39
commit
0d44b0b456
@ -526,6 +526,7 @@ namespace chaiscript
|
|||||||
|
|
||||||
/// Skips ChaiScript whitespace, which means space and tab, but not cr/lf
|
/// Skips ChaiScript whitespace, which means space and tab, but not cr/lf
|
||||||
/// jespada: Modified SkipWS to skip optionally CR ('\n') and/or LF+CR ("\r\n")
|
/// jespada: Modified SkipWS to skip optionally CR ('\n') and/or LF+CR ("\r\n")
|
||||||
|
/// AlekMosingiewicz: Added exception when illegal character detected
|
||||||
bool SkipWS(bool skip_cr=false) {
|
bool SkipWS(bool skip_cr=false) {
|
||||||
bool retval = false;
|
bool retval = false;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user