mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
Added documentation of throws to csvNextToken
This commit is contained in:
parent
6640d4de85
commit
7f9992bbcf
1 changed files with 4 additions and 0 deletions
|
@ -1195,6 +1195,10 @@ public:
|
||||||
* startQuoted = Whether the input should be considered to already be in
|
* startQuoted = Whether the input should be considered to already be in
|
||||||
* quotes
|
* quotes
|
||||||
*
|
*
|
||||||
|
* Throws:
|
||||||
|
* $(LREF IncompleteCellException) When a quote is found in an unquoted
|
||||||
|
* field, data continues after a closing quote, or the quoted field was
|
||||||
|
* not closed before data was empty.
|
||||||
*/
|
*/
|
||||||
void csvNextToken(Range, Malformed ErrorLevel = Malformed.throwException,
|
void csvNextToken(Range, Malformed ErrorLevel = Malformed.throwException,
|
||||||
Separator, Output)
|
Separator, Output)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue