From a9def88eed44dd5a9dd6ec08da49713a5e3c78f9 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Tue, 29 Jul 2014 03:06:51 +0200 Subject: [PATCH] Docfix. --- source/dyaml/reader.d | 1 - 1 file changed, 1 deletion(-) diff --git a/source/dyaml/reader.d b/source/dyaml/reader.d index 8c0d3ab..0617a31 100644 --- a/source/dyaml/reader.d +++ b/source/dyaml/reader.d @@ -847,7 +847,6 @@ private: // here. If there was no error, errorMessage is NULL. Always // check this first before using the other members. // $(D dchar[] decoded) A GC-allocated buffer with decoded UTF-32 characters. -// $(D size_t maxChars) XXX reserved for future auto decodeUTF(ubyte[] input, UTFEncoding encoding) @safe pure nothrow { // Documented in function ddoc.