Added code annotations around proxy information scheme for winhttp to work around clang parsing issue

This commit is contained in:
Larry Osterman 2023-10-18 09:28:59 -07:00
Родитель fbec02365b
Коммит 35997913e9
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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.
*/