summaryrefslogtreecommitdiff
path: root/doc/html/program_options.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/program_options.html')
-rw-r--r--doc/html/program_options.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/html/program_options.html b/doc/html/program_options.html
index 83815b356d..7a3beb8275 100644
--- a/doc/html/program_options.html
+++ b/doc/html/program_options.html
@@ -31,7 +31,7 @@
</h3></div></div>
<div><p class="copyright">Copyright &#169; 2002-2004 Vladimir Prus</p></div>
<div><div class="legalnotice">
-<a name="id2499775"></a><p>Distributed under the Boost Software License, Version 1.0.
+<a name="id2547635"></a><p>Distributed under the Boost Software License, Version 1.0.
(See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at
<a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
@@ -40,30 +40,30 @@
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
-<dt><span class="section"><a href="program_options.html#id2499800">Introduction</a></span></dt>
+<dt><span class="section"><a href="program_options.html#id2547660">Introduction</a></span></dt>
<dt><span class="section"><a href="program_options/tutorial.html">Tutorial</a></span></dt>
<dd><dl>
-<dt><span class="section"><a href="program_options/tutorial.html#id2499896">Getting Started</a></span></dt>
-<dt><span class="section"><a href="program_options/tutorial.html#id2500053">Option Details</a></span></dt>
-<dt><span class="section"><a href="program_options/tutorial.html#id2500303">Multiple Sources</a></span></dt>
+<dt><span class="section"><a href="program_options/tutorial.html#id2547756">Getting Started</a></span></dt>
+<dt><span class="section"><a href="program_options/tutorial.html#id2547914">Option Details</a></span></dt>
+<dt><span class="section"><a href="program_options/tutorial.html#id2548163">Multiple Sources</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="program_options/overview.html">Library Overview</a></span></dt>
<dd><dl>
-<dt><span class="section"><a href="program_options/overview.html#id2500552">Options Description Component</a></span></dt>
-<dt><span class="section"><a href="program_options/overview.html#id2501135">Parsers Component</a></span></dt>
-<dt><span class="section"><a href="program_options/overview.html#id2501244">Storage Component</a></span></dt>
-<dt><span class="section"><a href="program_options/overview.html#id2501346">Specific parsers</a></span></dt>
-<dt><span class="section"><a href="program_options/overview.html#id2501641">Annotated List of Symbols</a></span></dt>
+<dt><span class="section"><a href="program_options/overview.html#id2548411">Options Description Component</a></span></dt>
+<dt><span class="section"><a href="program_options/overview.html#id2548995">Parsers Component</a></span></dt>
+<dt><span class="section"><a href="program_options/overview.html#id2549104">Storage Component</a></span></dt>
+<dt><span class="section"><a href="program_options/overview.html#id2549206">Specific parsers</a></span></dt>
+<dt><span class="section"><a href="program_options/overview.html#id2549501">Annotated List of Symbols</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="program_options/howto.html">How To</a></span></dt>
<dd><dl>
-<dt><span class="section"><a href="program_options/howto.html#id2501876">Non-conventional Syntax</a></span></dt>
-<dt><span class="section"><a href="program_options/howto.html#id2501928">Response Files</a></span></dt>
-<dt><span class="section"><a href="program_options/howto.html#id2502006">Winmain Command Line</a></span></dt>
-<dt><span class="section"><a href="program_options/howto.html#id2502052">Option Groups and Hidden Options</a></span></dt>
-<dt><span class="section"><a href="program_options/howto.html#id2502184">Custom Validators</a></span></dt>
-<dt><span class="section"><a href="program_options/howto.html#id2502257">Unicode Support</a></span></dt>
-<dt><span class="section"><a href="program_options/howto.html#id2502434">Allowing Unknown Options</a></span></dt>
+<dt><span class="section"><a href="program_options/howto.html#id2549735">Non-conventional Syntax</a></span></dt>
+<dt><span class="section"><a href="program_options/howto.html#id2549787">Response Files</a></span></dt>
+<dt><span class="section"><a href="program_options/howto.html#id2549865">Winmain Command Line</a></span></dt>
+<dt><span class="section"><a href="program_options/howto.html#id2549911">Option Groups and Hidden Options</a></span></dt>
+<dt><span class="section"><a href="program_options/howto.html#id2550043">Custom Validators</a></span></dt>
+<dt><span class="section"><a href="program_options/howto.html#id2550116">Unicode Support</a></span></dt>
+<dt><span class="section"><a href="program_options/howto.html#id2550293">Allowing Unknown Options</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="program_options/design.html">Design Discussion</a></span></dt>
<dd><dl><dt><span class="section"><a href="program_options/design.html#program_options.design.unicode">Unicode Support</a></span></dt></dl></dd>
@@ -87,7 +87,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id2499800"></a>Introduction</h2></div></div></div>
+<a name="id2547660"></a>Introduction</h2></div></div></div>
<p>The program_options library allows program developers to obtain
<span class="emphasis"><em>program options</em></span>, that is (name, value) pairs from the user,
via conventional methods such as command line and config file.</p>