diff options
Diffstat (limited to 'include/instance.hpp')
-rw-r--r-- | include/instance.hpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/instance.hpp b/include/instance.hpp index c7be1cd..9afc423 100644 --- a/include/instance.hpp +++ b/include/instance.hpp @@ -24,14 +24,17 @@ namespace mastodonpp using std::string; +/*! + * @brief Holds the hostname and access token of an instance. + * + * @since 0.1.0 + */ class Instance { public: /*! * @brief Construct a new Instance object. * - * Holds the hostname and access token of the instance. - * * @param instance The hostname of the instance. * @param access_token Your access token. * |