From bb8bb1bc067ce697bdc4ccab76a67dc9c1ed2cdb Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Fri, 19 Jul 2024 16:41:37 +0000 Subject: [PATCH] docs(common): fix doxygen directive (#14504) --- google/cloud/common_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/common_options.h b/google/cloud/common_options.h index e3e8ea05e9439..bd4df4b9f4c45 100644 --- a/google/cloud/common_options.h +++ b/google/cloud/common_options.h @@ -180,7 +180,7 @@ class ProxyConfig { std::string const& scheme() const { return scheme_; } ///@{ - ///@ name Modifiers. + /// @name Modifiers. ProxyConfig& set_hostname(std::string v) & { hostname_ = std::move(v); return *this;