mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
helper: Described what overallRangeFromIntervals does
This commit is contained in:
parent
5313dbc6bf
commit
3e7424dff5
1 changed files with 2 additions and 0 deletions
|
@ -460,6 +460,8 @@ std::vector <Daterange> subtractRanges (
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// From a set of intervals, find the earliest start and the latest end, and
|
||||||
|
// return these in a Daterange.
|
||||||
Daterange overallRangeFromIntervals (const std::vector <Interval>& intervals)
|
Daterange overallRangeFromIntervals (const std::vector <Interval>& intervals)
|
||||||
{
|
{
|
||||||
Daterange overall;
|
Daterange overall;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue