Added code annotations around proxy information scheme for winhttp to work around clang parsing issue (#5045)

This commit is contained in:
Larry Osterman 2023-10-19 08:45:27 -07:00 committed by GitHub
parent 75094e2ced
commit 903136098f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,10 @@ namespace Azure { namespace Core {
*
* @remark The Proxy Information string is composed of a set of elements
* formatted as follows:
*
* @code
* (\[\<scheme\>=\]\[\<scheme\>"://"\]\<server\>\[":"\<port\>\])
* @endcode
*
* Each element should be separated with semicolons or whitespace.
*/