From d749e3aa233419995e9bb2da30ab7ea8678bb19b Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 11 Jan 2020 17:59:14 +0100 Subject: [PATCH] Improve documentation for get_max_chars(). --- include/instance.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/instance.hpp b/include/instance.hpp index 1aa76be..543ec88 100644 --- a/include/instance.hpp +++ b/include/instance.hpp @@ -45,8 +45,6 @@ public: /*! * @brief Construct a new Instance object. * - * Also queries `/api/v1/instance` for `max_toot_chars'. - * * @param hostname The hostname of the instance. * @param access_token Your access token. * @@ -105,6 +103,9 @@ public: /*! * @brief Returns the maximum number of characters per post. * + * Queries `/api/v1/instance` for `max_toot_chars'. If the instance doesn't + * support it, the limit is assumed to be 500. + * * @since 0.1.0 */ [[nodiscard]]