mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +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
|
||||
/// 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 retval = false;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user