Small documetation fixes.
the build was successful Details

This commit is contained in:
tastytea 2019-04-13 02:54:46 +02:00
parent 4302814e17
commit 3fe21ccfc7
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 2 deletions

View File

@ -144,13 +144,17 @@ namespace Easy
operator const system_clock::time_point() const;
/*
/*!
* @brief Returns local time as string in ISO 8601 format (%FT%T%z).
*
* @since 0.100.0
*/
operator const string() const;
/*
/*!
* @brief Returns local time as string in ISO 8601 format (%FT%T%z).
*
* @since 0.100.0
*/
friend std::ostream &operator <<(std::ostream &out,
const Easy::time &t);