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;