Update PackageVersion comments to use /** */
form instead of ///
form
#3577
Labels
Azure.Core
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
The following azure packages have /// form comments in their package_version.hpp file:
X * Azure::Attestation
X* Azure::Core
X* Azure::Identity
X* Azure::Keyvault::Secrets
X* Azure::Keyvault::Keys
X* Azure::Keyvault::Certificates
X* Azure::Storage::Blobs
X* Azure::Storage::Common
X* Azure::Storage::Files::Datalake
X* Azure::Storage::Files::Shares
X* Azure::Storage::Queues
X* Azure::Template
They should be updated to reflect coding guidelines and use the
/** */
form of comments.Originally posted by @LarryOsterman in #3561 (comment)
The text was updated successfully, but these errors were encountered: