From 3fe21ccfc75ce7f7aea6f51ad71b576f14597619 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 13 Apr 2019 02:54:46 +0200 Subject: [PATCH] Small documetation fixes. --- src/easy/types_easy.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/easy/types_easy.hpp b/src/easy/types_easy.hpp index 429224d..7cd4488 100644 --- a/src/easy/types_easy.hpp +++ b/src/easy/types_easy.hpp @@ -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);