Update version in @since comments for wxWebRequest to 3.1.5
Hopefully this is the last update.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
@note For secure saving and loading users and passwords, have a look at
|
@note For secure saving and loading users and passwords, have a look at
|
||||||
wxSecretStore.
|
wxSecretStore.
|
||||||
|
|
||||||
@since 3.1.2
|
@since 3.1.5
|
||||||
|
|
||||||
@library{wxcore}
|
@library{wxcore}
|
||||||
@category{cmndlg}
|
@category{cmndlg}
|
||||||
|
@@ -103,7 +103,7 @@
|
|||||||
A new block of data has been downloaded.
|
A new block of data has been downloaded.
|
||||||
@endEventTable
|
@endEventTable
|
||||||
|
|
||||||
@since 3.1.3
|
@since 3.1.5
|
||||||
|
|
||||||
@library{wxnet}
|
@library{wxnet}
|
||||||
@category{net}
|
@category{net}
|
||||||
@@ -397,7 +397,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
A wxWebResponse allows access to the response sent by the server.
|
A wxWebResponse allows access to the response sent by the server.
|
||||||
|
|
||||||
@since 3.1.2
|
@since 3.1.5
|
||||||
|
|
||||||
@library{wxnet}
|
@library{wxnet}
|
||||||
@category{net}
|
@category{net}
|
||||||
@@ -472,7 +472,7 @@ public:
|
|||||||
cookies. Additionally, an underlying network connection might be kept
|
cookies. Additionally, an underlying network connection might be kept
|
||||||
alive to achieve faster additional responses.
|
alive to achieve faster additional responses.
|
||||||
|
|
||||||
@since 3.1.2
|
@since 3.1.5
|
||||||
|
|
||||||
@library{wxnet}
|
@library{wxnet}
|
||||||
@category{net}
|
@category{net}
|
||||||
@@ -566,7 +566,7 @@ public:
|
|||||||
|
|
||||||
Each implementation of wxWebSession should have its own factory.
|
Each implementation of wxWebSession should have its own factory.
|
||||||
|
|
||||||
@since 3.1.2
|
@since 3.1.5
|
||||||
|
|
||||||
@library{wxnet}
|
@library{wxnet}
|
||||||
@category{net}
|
@category{net}
|
||||||
@@ -587,7 +587,7 @@ public:
|
|||||||
|
|
||||||
A web request event sent during or after server communication.
|
A web request event sent during or after server communication.
|
||||||
|
|
||||||
@since 3.1.2
|
@since 3.1.5
|
||||||
|
|
||||||
@library{wxnet}
|
@library{wxnet}
|
||||||
@category{net}
|
@category{net}
|
||||||
|
Reference in New Issue
Block a user