Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
gflags
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
gflags
Commits
d9d06b99
Commit
d9d06b99
authored
Apr 30, 2014
by
John Khvatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: rename namespace from google (deprecated) to gflags (default)
parent
dc2b2c7f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gflags.html
doc/gflags.html
+3
-3
No files found.
doc/gflags.html
View file @
d9d06b99
...
@@ -269,7 +269,7 @@ the getopt library, but has much less overhead to use. In fact, it's
...
@@ -269,7 +269,7 @@ the getopt library, but has much less overhead to use. In fact, it's
just a single function call:
</p>
just a single function call:
</p>
<pre>
<pre>
g
oogle
::ParseCommandLineFlags(
&
argc,
&
argv, true);
g
flags
::ParseCommandLineFlags(
&
argc,
&
argv, true);
</pre>
</pre>
<p>
Usually, this code is at the beginning of
<code>
main()
</code>
.
<p>
Usually, this code is at the beginning of
<code>
main()
</code>
.
...
@@ -529,8 +529,8 @@ access parts of <code>argv</code> outside main, including the program
...
@@ -529,8 +529,8 @@ access parts of <code>argv</code> outside main, including the program
name (
<code>
argv[0]
</code>
).
</p>
name (
<code>
argv[0]
</code>
).
</p>
<p>
For more information about these routines, and other useful helper
<p>
For more information about these routines, and other useful helper
methods such as
<code>
g
oogle
::SetUsageMessage()
</code>
and
methods such as
<code>
g
flags
::SetUsageMessage()
</code>
and
<code>
g
oogle
::SetVersionString
</code>
, see
<code>
gflags.h
</code>
.
</p>
<code>
g
flags
::SetVersionString
</code>
, see
<code>
gflags.h
</code>
.
</p>
<h2>
<A
name=
"misc"
>
Miscellaneous Notes
</code>
</h2>
<h2>
<A
name=
"misc"
>
Miscellaneous Notes
</code>
</h2>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment