From 706ce872b00ec270bd6c3b4fe67668384f727da4 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Thu, 24 Jul 2014 18:44:20 +0200 Subject: [PATCH] scanPlain doc fix. --- source/dyaml/scanner.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/dyaml/scanner.d b/source/dyaml/scanner.d index c34690c..2458b1b 100644 --- a/source/dyaml/scanner.d +++ b/source/dyaml/scanner.d @@ -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.