diff --git a/README.md b/README.md index f5e5650..8e92319 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ All versions below 1.0.0 (SOVERSION 0) are considered unstable and can change an ## Dependencies - * Tested OS: GNU/Linux, Termux/Android + * Tested OS: GNU/Linux, Android/Linux * C++ compiler (tested: gcc 6.4, clang 5.0) * [cmake](https://cmake.org/) (tested: 3.9.6) * [libcurl](https://curl.haxx.se/) (tested: 7.58.0) diff --git a/src/mastodon-cpp.hpp b/src/mastodon-cpp.hpp index 2ecebd7..8605384 100644 --- a/src/mastodon-cpp.hpp +++ b/src/mastodon-cpp.hpp @@ -391,8 +391,7 @@ public: * * @param call A call defined in Mastodon::API::v1 * @param argument The non-optional argument - * @param answer The answer from the server. Usually JSON. On error an - * empty string. + * @param answer The answer from the server. Events with JSON-payload. * @param ptr Pointer to the http object. Can be used to call * ptr->abort_stream() * @@ -408,8 +407,7 @@ public: * @brief Make a streaming GET request. * * @param call A call defined in Mastodon::API::v1 - * @param answer The answer from the server. Usually JSON. On error an - * empty string. + * @param answer The answer from the server. Events with JSON-payload. * @param ptr Pointer to the http object. Can be used to call * ptr->abort_stream() *