From a7f5aa1cf211eab008fd41af6dca2bb360e0b377 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Sat, 19 Jul 2014 14:45:50 +0200 Subject: [PATCH] Minor doc reformat. --- source/dyaml/loader.d | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/dyaml/loader.d b/source/dyaml/loader.d index e5d8f40..c74710b 100644 --- a/source/dyaml/loader.d +++ b/source/dyaml/loader.d @@ -215,10 +215,9 @@ struct Loader /// Load all YAML documents. /// - /// This is just a shortcut that iterates over all documents and returns - /// them all at once. Calling loadAll after iterating over the node or - /// vice versa will not return any documents, as they have all been parsed - /// already. + /// This is just a shortcut that iterates over all documents and returns them + /// all at once. Calling loadAll after iterating over the node or vice versa + /// will not return any documents, as they have all been parsed already. /// /// This can only be called once; this is enforced by contract. ///