From 2988f9a07ab9b0fdbf760b143f37bee0a94c913f Mon Sep 17 00:00:00 2001 From: Jack Stouffer Date: Thu, 25 Jan 2018 14:45:04 -0500 Subject: [PATCH] Publically document all TimeOfDay.roll overloads --- std/datetime/date.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/datetime/date.d b/std/datetime/date.d index d39f22c9d31..842cb774670 100644 --- a/std/datetime/date.d +++ b/std/datetime/date.d @@ -8507,7 +8507,7 @@ public: } - // Shares documentation with "hours" version. + /// ditto ref TimeOfDay roll(string units)(long value) @safe pure nothrow @nogc if (units == "minutes" || units == "seconds") {