Skip to content

Commit 6828323

Browse files
committed
Merge pull request gflags#10 from ivaxer/doc-namespace-rename
doc: rename namespace from google (deprecated) to gflags (default)
2 parents e9144aa + d9d06b9 commit 6828323

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/gflags.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ <h2> <A name=together>Putting It Together: How to Set Up Flags</A> </h2>
269269
just a single function call:</p>
270270

271271
<pre>
272-
google::ParseCommandLineFlags(&argc, &argv, true);
272+
gflags::ParseCommandLineFlags(&argc, &argv, true);
273273
</pre>
274274

275275
<p>Usually, this code is at the beginning of <code>main()</code>.
@@ -529,8 +529,8 @@ <h2> <A name="api">The API</a> </h2>
529529
name (<code>argv[0]</code>).</p>
530530

531531
<p>For more information about these routines, and other useful helper
532-
methods such as <code>google::SetUsageMessage()</code> and
533-
<code>google::SetVersionString</code>, see <code>gflags.h</code>.</p>
532+
methods such as <code>gflags::SetUsageMessage()</code> and
533+
<code>gflags::SetVersionString</code>, see <code>gflags.h</code>.</p>
534534

535535

536536
<h2> <A name="misc">Miscellaneous Notes</code> </h2>

0 commit comments

Comments
 (0)