Fix @since-tags that point to nonexisting versions.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7af01ffb17
commit
b192bc70c7
|
@ -259,7 +259,7 @@ protected:
|
|||
/*!
|
||||
* @brief Set path to Certificate Authority (CA) bundle.
|
||||
*
|
||||
* @since 0.2.1
|
||||
* @since 0.3.0
|
||||
*/
|
||||
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
|
||||
* rest of the ergument is treated as a filename.
|
||||
*
|
||||
* @since 0.1.1
|
||||
* @since 0.2.0
|
||||
*/
|
||||
void add_mime_part(curl_mime *mime,
|
||||
string_view name, string_view data) const;
|
||||
|
|
|
@ -172,7 +172,7 @@ public:
|
|||
* Sets also the CA info for all Connection%s that are initialized with
|
||||
* this Instance afterwards.
|
||||
*
|
||||
* @since 0.2.1
|
||||
* @since 0.3.0
|
||||
*/
|
||||
void set_cainfo(string_view path)
|
||||
{
|
||||
|
@ -185,7 +185,7 @@ public:
|
|||
*
|
||||
* This is used when initializing a Connection.
|
||||
*
|
||||
* @since 0.2.1
|
||||
* @since 0.3.0
|
||||
*/
|
||||
string_view get_cainfo() const noexcept
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user