diff options
author | tastytea | 2020-01-04 16:24:41 +0100 |
---|---|---|
committer | tastytea | 2020-01-04 16:24:41 +0100 |
commit | d9c92d52730193ac0e9f3bbf21190d3d1bbb68f8 (patch) | |
tree | 1f0930a87e275067be6f5c9ac093c5a2c996a86a | |
parent | c7f61434b674d09d36fa6f3e1431b4185cd2e339 (diff) | |
download | mastodonpp-d9c92d52730193ac0e9f3bbf21190d3d1bbb68f8.tar mastodonpp-d9c92d52730193ac0e9f3bbf21190d3d1bbb68f8.tar.gz mastodonpp-d9c92d52730193ac0e9f3bbf21190d3d1bbb68f8.zip |
Add URI for libcurl-errors(3).
-rw-r--r-- | include/exceptions.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/exceptions.hpp b/include/exceptions.hpp index a70e563..9e51d97 100644 --- a/include/exceptions.hpp +++ b/include/exceptions.hpp @@ -58,7 +58,8 @@ public: /*! * @brief The error code returned by libcurl. * - * For more information consult libcurl-errors(3). + * For more information consult + * [libcurl-errors(3)](https://curl.haxx.se/libcurl/c/libcurl-errors.html). * * @since 0.1.0 */ |