Added @since-tags to the doxygen comments

This commit is contained in:
tastytea 2018-05-09 06:24:43 +02:00
parent 091a27e412
commit a65bb8786a
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 6 additions and 0 deletions

View File

@ -196,6 +196,8 @@ public:
* @endcode
*
* @return The UTC time as string
*
* @since 0.11.0
*/
static const string strtime_utc(const system_clock::time_point &timepoint,
const string &format);
@ -204,6 +206,8 @@ public:
* @brief See strtime_utc
*
* @return The local time as string
*
* @since 0.11.0
*/
static const string strtime_local(const system_clock::time_point &timepoint,
const string &format);

View File

@ -365,6 +365,8 @@ public:
* @brief Replaces HTML entities with UTF-8 characters
*
* Supports named and numbered entities, decimal and hexadecimal.
*
* @since 0.12.0
*/
static const string unescape_html(const string &html);