diff options
Diffstat (limited to 'include/types.hpp')
-rw-r--r-- | include/types.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/types.hpp b/include/types.hpp index 46d3788..aebb25d 100644 --- a/include/types.hpp +++ b/include/types.hpp @@ -75,9 +75,6 @@ using parameterpair = * @brief Return type for Request%s. * * @since 0.1.0 - * - * @headerfile answer.hpp mastodonpp/answer.hpp - * */ struct answer_type { @@ -88,6 +85,8 @@ struct answer_type * [libcurl-errors(3)](https://curl.haxx.se/libcurl/c/libcurl-errors.html). * * @since 0.1.0 + * + * @headerfile types.hpp mastodonpp/types.hpp */ uint8_t curl_error_code{0}; |