diff options
Diffstat (limited to 'src/times.h')
-rw-r--r-- | src/times.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/times.h b/src/times.h index 8104a78f..375a2555 100644 --- a/src/times.h +++ b/src/times.h @@ -41,7 +41,6 @@ * * @brief datetime_t and date_t objects */ - #ifndef _TIMES_H #define _TIMES_H @@ -115,6 +114,11 @@ inline string format_date(const date_t& when, } } +/** + * @brief Brief + * + * Long. + */ struct interval_t { int years; |