clang doc fixes (#2697)
This commit is contained in:
parent
554feb13b8
commit
2feed76d86
@ -5996,7 +5996,7 @@ namespace Azure { namespace Core { namespace Json { namespace _internal { namesp
|
||||
@brief Parses a C-style string from the BSON input.
|
||||
@param[in, out] result A reference to the string variable where the read
|
||||
string is to be stored.
|
||||
@return `true` if the \x00-byte indicating the end of the string was
|
||||
@return `true` if the x00-byte indicating the end of the string was
|
||||
encountered before the EOF; `false` indicates an unexpected EOF.
|
||||
*/
|
||||
bool get_bson_cstr(string_t& result)
|
||||
|
||||
@ -48,7 +48,6 @@ namespace Azure { namespace Identity {
|
||||
/**
|
||||
* @brief Constructs a Managed Identity Credential.
|
||||
*
|
||||
* @param clientId Client ID.
|
||||
* @param options Options for token retrieval.
|
||||
*/
|
||||
explicit ManagedIdentityCredential(
|
||||
|
||||
@ -672,8 +672,6 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Keys {
|
||||
* init this new instance.
|
||||
* @param rawResponse The HTTP raw response from where the #DeletedKeyPagedResponse was parsed.
|
||||
* @param keyClient A key client required for getting the next pages.
|
||||
* @param keyName When \p keyName is set, the response is listing key versions. Otherwise, the
|
||||
* response is for listing keys from the Key Vault.
|
||||
*/
|
||||
DeletedKeyPagedResponse(
|
||||
DeletedKeyPagedResponse&& deletedKeyProperties,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user