docfix
This commit is contained in:
parent
a7c96cf30e
commit
a257818f31
@ -111,7 +111,6 @@ If you use a debug build, you get more verbose error messages.
|
||||
* [x] Make HTTP header available
|
||||
* [x] Streaming API
|
||||
* Later
|
||||
* [ ] Asynchronous I/O
|
||||
* [ ] Improve error reporting
|
||||
|
||||
## Status of implementation
|
||||
|
@ -274,7 +274,7 @@ public:
|
||||
std::string &url);
|
||||
|
||||
/*!
|
||||
* @deprecated Will vanish in 0.5.0
|
||||
* @deprecated Will vanish in 1.0.0
|
||||
*/
|
||||
const std::uint16_t register_app1(const std::string &instance,
|
||||
const std::string &client_name,
|
||||
@ -305,7 +305,7 @@ public:
|
||||
std::string &access_token);
|
||||
|
||||
/*!
|
||||
* @deprecated Will vanish in 0.5.0
|
||||
* @deprecated Will vanish in 1.0.0
|
||||
*/
|
||||
const std::uint16_t register_app2(const std::string &instance,
|
||||
const std::string &client_id,
|
||||
|
Reference in New Issue
Block a user