Added code annotations around proxy information scheme for winhttp to work around clang parsing issue (#5045)
This commit is contained in:
parent
75094e2ced
commit
903136098f
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user