Doc fixes.

This commit is contained in:
Ferdinand Majerech 2014-07-24 23:20:31 +02:00
parent 1a31b3c7d2
commit 48f31d6971

View file

@ -1311,6 +1311,8 @@ final class Scanner
///
/// Assumes that the caller is building a slice in Reader, and puts the scanned
/// characters into that slice.
///
/// In case of an error, error_ is set. Check this before using the result.
void scanFlowScalarNonSpacesToSlice(const ScalarStyle quotes, const Mark startMark)
@system pure
{
@ -1403,6 +1405,8 @@ final class Scanner
///
/// Assumes that the caller is building a slice in Reader, and puts the scanned
/// spaces into that slice.
///
/// In case of an error, error_ is set. Check this before using the result.
void scanFlowScalarSpacesToSlice(const Mark startMark)
@system pure nothrow @nogc
{