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);