Added @since-tags to the doxygen comments
This commit is contained in:
parent
091a27e412
commit
a65bb8786a
@ -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);
|
||||
|
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user