From 48f31d697181972392be62046583e8a14c39f915 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Thu, 24 Jul 2014 23:20:31 +0200 Subject: [PATCH] Doc fixes. --- source/dyaml/scanner.d | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/dyaml/scanner.d b/source/dyaml/scanner.d index 63645c5..07623e6 100644 --- a/source/dyaml/scanner.d +++ b/source/dyaml/scanner.d @@ -1311,6 +1311,8 @@ final class Scanner /// /// Assumes that the caller is building a slice in Reader, and puts the scanned /// characters into that slice. + /// + /// In case of an error, error_ is set. Check this before using the result. void scanFlowScalarNonSpacesToSlice(const ScalarStyle quotes, const Mark startMark) @system pure { @@ -1403,6 +1405,8 @@ final class Scanner /// /// Assumes that the caller is building a slice in Reader, and puts the scanned /// spaces into that slice. + /// + /// In case of an error, error_ is set. Check this before using the result. void scanFlowScalarSpacesToSlice(const Mark startMark) @system pure nothrow @nogc {