Boost C++ Libraries Home Libraries People FAQ More

PrevUpHome

Command Line Reference

The following command line options are supported by auto_index:

in=infilename

Specifies the name of the XML input file to be indexed.

out=outfilename

Specifies the name of the new XML file to create.

scan=source-filename

Specifies that source-filename should be scanned for terms to index.

script=script-filename

Specifies the name of the script file to process.

--no-duplicates

If a term occurs more than once in the same section, then include only one index entry.

--internal-index

Specifies that auto_index should generate the actual indexes rather than inserting <indexterm>'s and leaving index generation to the XSL stylesheets.


PrevUpHome