clang doc fixes (#2697)

This commit is contained in:
Victor Vazquez 2021-08-02 11:55:08 -07:00 committed by GitHub
parent 554feb13b8
commit 2feed76d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

View File

@ -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)

View File

@ -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(

View File

@ -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,