summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCraig Silverstein <csilvers+gflags@google.com>2011-01-25 00:36:41 +0000
committerCraig Silverstein <csilvers+gflags@google.com>2011-01-25 00:36:41 +0000
commit24b4c59e6939f45849fd36da083b92be5ec52ecf (patch)
tree047f434c1836cc0a5dbce43229d47d1fd2dd7e46 /doc
parent0baf4ab4f6ce5ee0cb8805466735c8998db70bb6 (diff)
downloadgflags-24b4c59e6939f45849fd36da083b92be5ec52ecf.tar.gz
gflags-24b4c59e6939f45849fd36da083b92be5ec52ecf.tar.bz2
gflags-24b4c59e6939f45849fd36da083b92be5ec52ecf.zip
Mon Jan 24 16:11:35 2011 Google Inc. <opensource@google.com>
* google-gflags: version 1.5 * Better reporting of current vs default value (handler) * Add API for cleaning up of memory at program-exit (jmarantz) * Fix macros to work inside namespaces (csilvers) * Use our own string typedef in case string is redefined (csilvers) * Updated to autoconf 2.65 git-svn-id: https://gflags.googlecode.com/svn/trunk@44 6586e3c6-dcc4-952a-343f-ff74eb82781d
Diffstat (limited to 'doc')
-rw-r--r--doc/gflags.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/gflags.html b/doc/gflags.html
index fe202d1..64c5ccb 100644
--- a/doc/gflags.html
+++ b/doc/gflags.html
@@ -369,11 +369,12 @@ commandline, but if they do not, the flag's value will default to
true.</p>
-<h2> <A name="special">Special Flags</code> </h2>
+<h2> <A name="special">Special Flags</a> </h2>
<p>There are a few flags defined by the commandlineflags module
-itself, and are available to all applications. These fall into three
-categories. First are the 'reporting' flags that, when found, cause
+itself, and are available to all applications that use
+commandlineflags. These fall into
+three categories. First are the 'reporting' flags that, when found, cause
the application to print some information about itself and exit.</p>
<table><tr valign=top>
@@ -504,7 +505,7 @@ and then processing continues with remaining flags from the command
line.</p>
-<h2> <A name="api">The API</code> </h2>
+<h2> <A name="api">The API</a> </h2>
<p>In addition to accessing <code>FLAGS_foo</code> directly, it is
possible to access the flags programmatically, through an API. It is