- Implemented 'description.default', 'description.count', and
  'description.oneline'.
- New 'indent.annotation' for the 'description.default' field format.
This commit is contained in:
Paul Beckingham
2011-05-04 23:15:17 -04:00
parent f37a250894
commit 28b0960015
8 changed files with 145 additions and 33 deletions

View File

@@ -69,6 +69,7 @@ public:
static int weekOfYear (const std::string&);
static int dayOfWeek (const std::string&);
static int monthOfYear (const std::string&);
static int length (const std::string&);
int month () const;
int day () const;