mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
Cleanup: Fixed inconsistent comments
This commit is contained in:
parent
7ee8ad4e44
commit
c8d0a22fac
1 changed files with 10 additions and 10 deletions
|
@ -103,9 +103,9 @@ static void midsommarafton (struct tm* t)
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// <day>
|
// <day>
|
||||||
// <month>
|
// <month>
|
||||||
// - Nth
|
// Nth
|
||||||
// - socy, eocy
|
// socy, eocy
|
||||||
// - socq, eocq
|
// socq, eocq
|
||||||
// socm, eocm
|
// socm, eocm
|
||||||
// som, eom
|
// som, eom
|
||||||
// soq, eoq
|
// soq, eoq
|
||||||
|
@ -120,13 +120,13 @@ static void midsommarafton (struct tm* t)
|
||||||
// tomorrow
|
// tomorrow
|
||||||
// later = midnight, Jan 18th, 2038.
|
// later = midnight, Jan 18th, 2038.
|
||||||
// someday = midnight, Jan 18th, 2038.
|
// someday = midnight, Jan 18th, 2038.
|
||||||
// - easter
|
// easter
|
||||||
// - eastermonday
|
// eastermonday
|
||||||
// - ascension
|
// ascension
|
||||||
// - pentecost
|
// pentecost
|
||||||
// - goodfriday
|
// goodfriday
|
||||||
// - midsommar = midnight, 1st Saturday after 20th June
|
// midsommar = midnight, 1st Saturday after 20th June
|
||||||
// - midsommarafton = midnight, 1st Friday after 19th June
|
// midsommarafton = midnight, 1st Friday after 19th June
|
||||||
//
|
//
|
||||||
bool namedDates (const std::string& name, Variant& value)
|
bool namedDates (const std::string& name, Variant& value)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue