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:
parent
3759f0b41a
commit
7fea3ff677
@ -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();
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user