Replace "Ditto." with "ditto"

ddox doesn't recognize "Ditto.".
This commit is contained in:
2017-09-22 04:08:50 +02:00
parent 4612d5eb6d
commit ee48c25328
16 changed files with 130 additions and 130 deletions

View File

@@ -234,7 +234,7 @@ struct ErrorCode
return this.value_;
}
/// Ditto.
/// ditto
ErrorNo opCast(T : int)() const
{
return this.value_;
@@ -264,7 +264,7 @@ struct ErrorCode
return this;
}
/// Ditto.
/// ditto
ref ErrorCode opAssign()(auto ref const ErrorCode that)
pure nothrow @safe @nogc
{
@@ -305,7 +305,7 @@ struct ErrorCode
return this.value_ == that;
}
/// Ditto.
/// ditto
bool opEquals()(auto ref const ErrorCode that)
const pure nothrow @safe @nogc
{