From e9a18c62b0184ccb56d1448d452257626ac23f98 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Tue, 22 Jul 2014 01:04:44 +0200 Subject: [PATCH] Doc fix. --- source/dyaml/reader.d | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/dyaml/reader.d b/source/dyaml/reader.d index b73af4c..9e53a41 100644 --- a/source/dyaml/reader.d +++ b/source/dyaml/reader.d @@ -25,6 +25,8 @@ import tinyendian; import dyaml.fastcharsearch; import dyaml.encoding; import dyaml.exception; +import dyaml.streamcompat; + package: @@ -46,9 +48,6 @@ package: - - - ///Exception thrown at Reader errors. class ReaderException : YAMLException { @@ -59,7 +58,9 @@ class ReaderException : YAMLException } } -///Lazily reads and decodes data from stream, only storing as much as needed at any moment. +/// Lazily reads and decodes data from stream, only storing as much as needed at any moment. +/// +/// Adds a '\0' to the end of the stream. final class Reader { private: