summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-01-04 11:50:14 +0100
committertastytea2020-01-04 11:50:14 +0100
commitf59fc561ba15233740830138c0abd94a56bc6760 (patch)
tree235cd639b33dd658d4fc066b0ad3bb23a82a2661
parentc77a68930c5361e2f79df0fc7c5c874fa8d7e8c1 (diff)
downloadmastodonpp-f59fc561ba15233740830138c0abd94a56bc6760.tar
mastodonpp-f59fc561ba15233740830138c0abd94a56bc6760.tar.gz
mastodonpp-f59fc561ba15233740830138c0abd94a56bc6760.zip
Add reference to libcurl-errors(3) manpage.
-rw-r--r--include/exceptions.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/exceptions.hpp b/include/exceptions.hpp
index 875ef0f..21bdd21 100644
--- a/include/exceptions.hpp
+++ b/include/exceptions.hpp
@@ -56,6 +56,8 @@ public:
/*!
* @brief The error code returned by libcurl.
*
+ * For more information consult libcurl-errors(3).
+ *
* @since 0.1.0
*/
const CURLcode error_code;