Skip to content

Commit 77c7a92

Browse files
committed
update handwritten dox files
1 parent d4da6a1 commit 77c7a92

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

google/cloud/bigtable/doc/bigtable-main.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ guide for more details.
115115
@page bigtable-universe-domain-example Override the default Universe Domain
116116

117117
In some cases, you may need to override the default universe domain used by the
118-
client library. Use the `google::cloud::AddUniverseDomainOption` when
119-
initializing the client library to change this default.
118+
client library. Use `AddUniverseDomainOption` when initializing the client
119+
library to change this default.
120120

121121
@snippet client_samples.cc table-set-universe-domain
122122

google/cloud/compute/doc/override-universe-domain.dox

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/*!
22
@page compute-override-universe-domain How to Override the Default Universe Domain
33

4-
In some cases, you may need to override the default universe domain used by the client
5-
library. Use the
6-
[AddUniverseDomainOption](@ref google::cloud::AddUniverseDomainOption) when initializing the
7-
client library to change this default.
4+
In some cases, you may need to override the default universe domain used by the
5+
client library. Use `AddUniverseDomainOption` when initializing the client
6+
library to change this default.
87

98
<!-- inject-universe-domain-snippet-start -->
109
For example, this will override the default universe domain for `compute_accelerator_types_v1::AcceleratorTypesClient`:

google/cloud/pubsub/doc/pubsub-main.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ Follow these links to find examples for other `*Client` classes:
113113
@page pubsub-universe-domain-example Override the default universe domain
114114

115115
In some cases, you may need to override the default universe domain used by the
116-
client library. Use the `google::cloud::AddUniverseDomainOption` when
117-
initializing the client library to change this default.
116+
client library. Use `AddUniverseDomainOption` when initializing the client
117+
library to change this default.
118118

119119
@snippet client_samples.cc publisher-set-universe-domain
120120

google/cloud/spanner/doc/spanner-main.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Follow these links to find examples for other `*Client` classes:
9090
@page spanner-universe-domain-example Override the default universe domain
9191

9292
In some cases, you may need to override the default universe domain used by the
93-
client library. Use the `google::cloud::AddUniverseDomainOption` when
94-
initializing the client library to change this default.
93+
client library. Use the `AddUniverseDomainOption` when initializing the client
94+
library to change this default.
9595

9696
@snippet client_samples.cc set-client-universe-domain
9797

google/cloud/storage/doc/storage-main.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ more conservative approach:
135135
@page storage-universe-domain-example Override the Default Universe Domain
136136

137137
In some cases, you may need to override the default universe domain used by the
138-
client library. Use the `google::cloud::AddUniverseDomainOption` when
139-
initializing the client library to change this default.
138+
client library. Use `AddUniverseDomainOption` when initializing the client
139+
library to change this default.
140140

141141
@snippet storage_client_initialization_samples.cc set-client-universe-domain
142142
*/

0 commit comments

Comments
 (0)