Skip to content

Commit

Permalink
docs(common): fix doxygen directive (googleapis#14504)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored and cuiy0006 committed Jul 22, 2024
1 parent 152f4ae commit bb8bb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/common_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bb8bb1b

Please sign in to comment.