diff --git a/include/eepp/network/http.hpp b/include/eepp/network/http.hpp index b8d964256..8c1bb42d9 100644 --- a/include/eepp/network/http.hpp +++ b/include/eepp/network/http.hpp @@ -465,12 +465,12 @@ class EE_API Http : NonCopyable { * This Content-Type header must be set to the request in order to work correctly. * * For example: - * ``` + * @code * Http::Request request; * Http::MultipartEntitiesBuilder builder; * ... * request.setField( "Content-Type", builder.getContentType() ); - * ``` + * @endcode */ std::string getContentType();