Fix etag.hpp comment that breaks Doxygen 1.12.0 (#6014)

Unfortunately, "*" breaks Doxygen 1.12.0 with the following error:

    error: end of comment block while expecting command </em>

I have no idea why. Anything else like '*' or "x" works, but "*" was
clearly intended here. The best I can suggest is: * in quotes.
This commit is contained in:
James Le Cuirot 2024-09-20 16:51:25 +01:00 committed by GitHub
parent 3759f0b41a
commit 7fea3ff677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -181,7 +181,7 @@ public:
/**
* @brief #Azure::ETag representing everything.
* @note The any #Azure::ETag is *, (unquoted). It is NOT the same as "*".
* @note The any #Azure::ETag is *, (unquoted). It is NOT the same as * in quotes.
*/
static const ETag& Any();
};