mirror of
https://github.com/boostorg/auto_index.git
synced 2025-05-11 21:44:05 +00:00
79 lines
3.7 KiB
HTML
79 lines
3.7 KiB
HTML
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||
<title>Command Line Reference</title>
|
||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot_8125">
|
||
<link rel="home" href="../index.html" title="AutoIndex">
|
||
<link rel="up" href="../index.html" title="AutoIndex">
|
||
<link rel="prev" href="script_ref.html" title="Script File Reference">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||
<table cellpadding="2" width="100%"><tr>
|
||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
|
||
<td align="center"><a href="../../../index.html">Home</a></td>
|
||
<td align="center"><a href="../libraries.html">Libraries</a></td>
|
||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||
<td align="center"><a href="../../../more/index.htm">More</a></td>
|
||
</tr></table>
|
||
<hr>
|
||
<div class="spirit-nav">
|
||
<a accesskey="p" href="script_ref.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a>
|
||
</div>
|
||
<div class="section" lang="en">
|
||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||
<a name="autoindex.comm_ref"></a><a class="link" href="comm_ref.html" title="Command Line Reference"> Command Line Reference</a>
|
||
</h2></div></div></div>
|
||
<p>
|
||
The following command line options are supported by auto_index:
|
||
</p>
|
||
<div class="variablelist">
|
||
<p class="title"><b></b></p>
|
||
<dl>
|
||
<dt><span class="term">in=infilename</span></dt>
|
||
<dd><p>
|
||
Specifies the name of the XML input file to be indexed.
|
||
</p></dd>
|
||
<dt><span class="term">out=outfilename</span></dt>
|
||
<dd><p>
|
||
Specifies the name of the new XML file to create.
|
||
</p></dd>
|
||
<dt><span class="term">scan=source-filename</span></dt>
|
||
<dd><p>
|
||
Specifies that <span class="emphasis"><em>source-filename</em></span> should be scanned for
|
||
terms to index.
|
||
</p></dd>
|
||
<dt><span class="term">script=script-filename</span></dt>
|
||
<dd><p>
|
||
Specifies the name of the script file to process.
|
||
</p></dd>
|
||
<dt><span class="term">--no-duplicates</span></dt>
|
||
<dd><p>
|
||
If a term occurs more than once in the same section, then include only
|
||
one index entry.
|
||
</p></dd>
|
||
<dt><span class="term">--internal-index</span></dt>
|
||
<dd><p>
|
||
Specifies that auto_index should generate the actual indexes rather than
|
||
inserting <code class="computeroutput"><span class="special"><</span><span class="identifier">indexterm</span><span class="special">></span></code>'s and leaving index generation to the
|
||
XSL stylesheets.
|
||
</p></dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||
<td align="left"></td>
|
||
<td align="right"><div class="copyright-footer">Copyright <20> 2008 John Maddock<p>
|
||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||
file LICENSE_1_0.txt 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>
|
||
</div></td>
|
||
</tr></table>
|
||
<hr>
|
||
<div class="spirit-nav">
|
||
<a accesskey="p" href="script_ref.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a>
|
||
</div>
|
||
</body>
|
||
</html>
|