Fix @since-tags that point to nonexisting versions.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-01-12 16:30:20 +01:00
parent 7af01ffb17
commit b192bc70c7
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 4 additions and 4 deletions

View File

@ -259,7 +259,7 @@ protected:
/*! /*!
* @brief Set path to Certificate Authority (CA) bundle. * @brief Set path to Certificate Authority (CA) bundle.
* *
* @since 0.2.1 * @since 0.3.0
*/ */
void set_cainfo(string_view path); void set_cainfo(string_view path);
@ -356,7 +356,7 @@ private:
* @param data Data of the field. If it begins with <tt>`\@file:<tt>, the * @param data Data of the field. If it begins with <tt>`\@file:<tt>, the
* rest of the ergument is treated as a filename. * rest of the ergument is treated as a filename.
* *
* @since 0.1.1 * @since 0.2.0
*/ */
void add_mime_part(curl_mime *mime, void add_mime_part(curl_mime *mime,
string_view name, string_view data) const; string_view name, string_view data) const;

View File

@ -172,7 +172,7 @@ public:
* Sets also the CA info for all Connection%s that are initialized with * Sets also the CA info for all Connection%s that are initialized with
* this Instance afterwards. * this Instance afterwards.
* *
* @since 0.2.1 * @since 0.3.0
*/ */
void set_cainfo(string_view path) void set_cainfo(string_view path)
{ {
@ -185,7 +185,7 @@ public:
* *
* This is used when initializing a Connection. * This is used when initializing a Connection.
* *
* @since 0.2.1 * @since 0.3.0
*/ */
string_view get_cainfo() const noexcept string_view get_cainfo() const noexcept
{ {