scanPlain doc fix.

This commit is contained in:
Ferdinand Majerech 2014-07-24 18:44:20 +02:00
parent 571eecd836
commit 706ce872b0

View file

@ -1437,6 +1437,8 @@ final class Scanner
}
/// Scan plain scalar token (no block, no quotes).
///
/// In case of an error, error_ is set. Check this before using the result.
Token scanPlain() @trusted pure nothrow
{
// We keep track of the allowSimpleKey_ flag here.