mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation
- Comment for getDueState() updated to reflect actual return values
This commit is contained in:
parent
2ef30b1183
commit
69c3ba6f59
1 changed files with 2 additions and 1 deletions
|
@ -381,7 +381,8 @@ void updateRecurrenceMask (
|
|||
// Determines whether a task is overdue. Returns
|
||||
// 0 = not due at all
|
||||
// 1 = imminent
|
||||
// 2 = overdue
|
||||
// 2 = today
|
||||
// 3 = overdue
|
||||
int getDueState (const std::string& due)
|
||||
{
|
||||
if (due.length ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue