summaryrefslogtreecommitdiffstats
path: root/include/request.hpp
diff options
context:
space:
mode:
authortastytea2020-01-04 12:04:47 +0100
committertastytea2020-01-04 12:04:47 +0100
commit892f1c6f874120fe7573828f3cd377f58574c46d (patch)
treeb76b1947ac364a9de83d4a729cc0a7d52c5c8eba /include/request.hpp
parentc0d5bd9537f9b3cb5c6c55026d8336fecb9316f3 (diff)
downloadmastodonpp-892f1c6f874120fe7573828f3cd377f58574c46d.tar
mastodonpp-892f1c6f874120fe7573828f3cd377f58574c46d.tar.gz
mastodonpp-892f1c6f874120fe7573828f3cd377f58574c46d.zip
Fix headers in Doxygen output.
Diffstat (limited to 'include/request.hpp')
-rw-r--r--include/request.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/request.hpp b/include/request.hpp
index 198e5a8..c953f63 100644
--- a/include/request.hpp
+++ b/include/request.hpp
@@ -32,6 +32,8 @@ using std::string;
* @brief Used to make a request to the Mastodon API.
*
* @since 0.1.0
+ *
+ * @headerfile request.hpp mastodonpp/request.hpp
*/
class Request
{