From 903136098f41eb4f0d41572c1b7058d2bf3c44ce Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Thu, 19 Oct 2023 08:45:27 -0700 Subject: [PATCH] Added code annotations around proxy information scheme for winhttp to work around clang parsing issue (#5045) --- sdk/core/azure-core/inc/azure/core/http/win_http_transport.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk/core/azure-core/inc/azure/core/http/win_http_transport.hpp b/sdk/core/azure-core/inc/azure/core/http/win_http_transport.hpp index ef2315f30..90b36fd5e 100644 --- a/sdk/core/azure-core/inc/azure/core/http/win_http_transport.hpp +++ b/sdk/core/azure-core/inc/azure/core/http/win_http_transport.hpp @@ -100,7 +100,10 @@ namespace Azure { namespace Core { * * @remark The Proxy Information string is composed of a set of elements * formatted as follows: + * + * @code * (\[\=\]\[\"://"\]\\[":"\\]) + * @endcode * * Each element should be separated with semicolons or whitespace. */