diff options
author | tastytea | 2020-01-04 12:04:47 +0100 |
---|---|---|
committer | tastytea | 2020-01-04 12:04:47 +0100 |
commit | 892f1c6f874120fe7573828f3cd377f58574c46d (patch) | |
tree | b76b1947ac364a9de83d4a729cc0a7d52c5c8eba /include/request.hpp | |
parent | c0d5bd9537f9b3cb5c6c55026d8336fecb9316f3 (diff) | |
download | mastodonpp-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.hpp | 2 |
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 { |