mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Consistent use of maathematical interval symbols
This commit is contained in:
parent
30e7a8ca3f
commit
0810cdeca6
5 changed files with 77 additions and 77 deletions
|
@ -37,14 +37,14 @@
|
|||
//
|
||||
// Inputs:
|
||||
//
|
||||
// |------------------------------------------------------| Timeline
|
||||
// |-------------------------------------| Inclusion
|
||||
// |--------| |--------| |--------| Exclusion
|
||||
// [------------------------------------------------------) Timeline
|
||||
// [-------------------------------------) Inclusion
|
||||
// [--------) [--------) [--------) Exclusion
|
||||
//
|
||||
// Derived:
|
||||
//
|
||||
// |-----------| |----------------| Tracked
|
||||
// |-------| |-----| Gaps
|
||||
// [-----------) [----------------) Tracked
|
||||
// [-------) [-----) Gaps
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
@ -287,12 +287,12 @@ Interval createIntervalFromFilter (const Filter& filter)
|
|||
//
|
||||
// timeline.start timeline.end
|
||||
// | |
|
||||
// A [--------] | |
|
||||
// B [----|----] |
|
||||
// C | [------------] |
|
||||
// D | [----|----]
|
||||
// E | | [--------]
|
||||
// F [----|-------------------|----]
|
||||
// A [--------) | |
|
||||
// B [----|----) |
|
||||
// C | [------------) |
|
||||
// D | [----|----)
|
||||
// E | | [--------)
|
||||
// F [----|-------------------|----)
|
||||
// | |
|
||||
//
|
||||
// We really only need to eliminate A and F.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue