From 9874e76de248835d0b3cc2d20ee2f151a4b553bb Mon Sep 17 00:00:00 2001
From: tastytea
Date: Fri, 3 Jan 2020 13:05:00 +0100
Subject: Improve documentation.

---
 include/request.hpp | 12 ++++++++++++
 1 file changed, 12 insertions(+)

(limited to 'include/request.hpp')

diff --git a/include/request.hpp b/include/request.hpp
index 97aa2ec..f1bc6ec 100644
--- a/include/request.hpp
+++ b/include/request.hpp
@@ -22,9 +22,21 @@
 namespace mastodonpp
 {
 
+/*!
+ *  @brief  Used to make a request to the Mastodon API.
+ *
+ *  @since  0.1.0
+ */
 class Request
 {
 public:
+    /*!
+     *  @brief  Construct a new Request object.
+     *
+     *  @param  instance An Instance with the access data.
+     *
+     *  @since  0.1.0
+     */
     explicit Request(Instance &instance);
 
 private:
-- 
cgit v1.2.3-54-g00ecf