Minor doc reformat.

This commit is contained in:
Ferdinand Majerech 2014-07-19 14:45:50 +02:00
parent bf4762cbcf
commit a7f5aa1cf2

View file

@ -215,10 +215,9 @@ struct Loader
/// Load all YAML documents. /// Load all YAML documents.
/// ///
/// This is just a shortcut that iterates over all documents and returns /// This is just a shortcut that iterates over all documents and returns them
/// them all at once. Calling loadAll after iterating over the node or /// all at once. Calling loadAll after iterating over the node or vice versa
/// vice versa will not return any documents, as they have all been parsed /// will not return any documents, as they have all been parsed already.
/// already.
/// ///
/// This can only be called once; this is enforced by contract. /// This can only be called once; this is enforced by contract.
/// ///