Doc fixes.
This commit is contained in:
parent
1a31b3c7d2
commit
48f31d6971
|
@ -1311,6 +1311,8 @@ final class Scanner
|
||||||
///
|
///
|
||||||
/// Assumes that the caller is building a slice in Reader, and puts the scanned
|
/// Assumes that the caller is building a slice in Reader, and puts the scanned
|
||||||
/// characters into that slice.
|
/// 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)
|
void scanFlowScalarNonSpacesToSlice(const ScalarStyle quotes, const Mark startMark)
|
||||||
@system pure
|
@system pure
|
||||||
{
|
{
|
||||||
|
@ -1403,6 +1405,8 @@ final class Scanner
|
||||||
///
|
///
|
||||||
/// Assumes that the caller is building a slice in Reader, and puts the scanned
|
/// Assumes that the caller is building a slice in Reader, and puts the scanned
|
||||||
/// spaces into that slice.
|
/// spaces into that slice.
|
||||||
|
///
|
||||||
|
/// In case of an error, error_ is set. Check this before using the result.
|
||||||
void scanFlowScalarSpacesToSlice(const Mark startMark)
|
void scanFlowScalarSpacesToSlice(const Mark startMark)
|
||||||
@system pure nothrow @nogc
|
@system pure nothrow @nogc
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue