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.
///
/// 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.
///