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;