mirror of
https://github.com/boostorg/auto_index.git
synced 2025-05-11 21:44:05 +00:00
Fix command line options docs.
Change link handling to only link to blocks which can have a title - this avoids a docbook bug. [SVN r72744]
This commit is contained in:
parent
f3e43d9c82
commit
4eb79129cf
@ -1,4 +1,4 @@
|
|||||||
[article AutoIndex
|
[article Boost.AutoIndex
|
||||||
[quickbook 1.5]
|
[quickbook 1.5]
|
||||||
[copyright 2008, 2011 John Maddock]
|
[copyright 2008, 2011 John Maddock]
|
||||||
[license
|
[license
|
||||||
@ -19,7 +19,6 @@
|
|||||||
[def __DocObjMod [@http://en.wikipedia.org/wiki/Document_Object_Model Document Object Model (DOM)]]
|
[def __DocObjMod [@http://en.wikipedia.org/wiki/Document_Object_Model Document Object Model (DOM)]]
|
||||||
|
|
||||||
[def __doxygen [@http://www.doxygen.org/ Doxygen]]
|
[def __doxygen [@http://www.doxygen.org/ Doxygen]]
|
||||||
[def __autoindex [@boost:\tools\auto_index\doc\html\index.html AutoIndex]]
|
|
||||||
[def __pdf [@http://www.adobe.com/products/acrobat/adobepdf.html PDF]]
|
[def __pdf [@http://www.adobe.com/products/acrobat/adobepdf.html PDF]]
|
||||||
|
|
||||||
[template deg[]'''°'''] [/ degree sign ]
|
[template deg[]'''°'''] [/ degree sign ]
|
||||||
@ -325,7 +324,7 @@ AutoIndex configuration in a the body of a bjam if statement:
|
|||||||
<auto-index>on
|
<auto-index>on
|
||||||
<auto-index-script>index.idx
|
<auto-index-script>index.idx
|
||||||
|
|
||||||
... other auto-index options here...
|
... other AutoIndex options here...
|
||||||
|
|
||||||
# And tell Quickbook that it should enable indexing.
|
# And tell Quickbook that it should enable indexing.
|
||||||
<quickbook-define>enable_index
|
<quickbook-define>enable_index
|
||||||
@ -333,7 +332,7 @@ AutoIndex configuration in a the body of a bjam if statement:
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ECHO "Building the my_library docs with automatic index generation disabled. To get an auto-index, try building with --enable-index." ;
|
ECHO "Building the my_library docs with automatic index generation disabled. To get an Index, try building with --enable-index." ;
|
||||||
}
|
}
|
||||||
] [/pre]
|
] [/pre]
|
||||||
|
|
||||||
@ -392,7 +391,7 @@ when the documentation is built.
|
|||||||
To add multiple indexes, then give each one a title and set its
|
To add multiple indexes, then give each one a title and set its
|
||||||
`type` attribute to specify which terms will be included, for example
|
`type` attribute to specify which terms will be included, for example
|
||||||
to place the ['function], ['class], ['macro] or ['typedef] names
|
to place the ['function], ['class], ['macro] or ['typedef] names
|
||||||
indexed by ['auto_index] in separate indexes along with a main
|
indexed by ['AutoIndex] in separate indexes along with a main
|
||||||
"include everything" index as well, one could add:
|
"include everything" index as well, one could add:
|
||||||
|
|
||||||
[pre
|
[pre
|
||||||
@ -446,7 +445,7 @@ AutoIndex. If you're using Boostbook or quickbook though, this all
|
|||||||
happens for you anyway, and AutoIndex will index the whole document
|
happens for you anyway, and AutoIndex will index the whole document
|
||||||
including any sections included with `xinclude`.]
|
including any sections included with `xinclude`.]
|
||||||
|
|
||||||
If you are using auto-index's internal index generation on
|
If you are using AutoIndex's internal index generation on
|
||||||
|
|
||||||
[pre
|
[pre
|
||||||
<auto-index-internal>on
|
<auto-index-internal>on
|
||||||
@ -464,7 +463,7 @@ does not appear in on a page of its own, but after the TOC in the HTML output.
|
|||||||
|
|
||||||
You control the type of XML block used by setting the =<auto-index-type>element-name=
|
You control the type of XML block used by setting the =<auto-index-type>element-name=
|
||||||
attribute in the Jamfile, or via the `index-type=element-name` command line option to
|
attribute in the Jamfile, or via the `index-type=element-name` command line option to
|
||||||
auto-index itself. For example, to place the index in an appendix, your Jamfile might
|
AutoIndex itself. For example, to place the index in an appendix, your Jamfile might
|
||||||
look like:
|
look like:
|
||||||
|
|
||||||
[pre
|
[pre
|
||||||
@ -599,7 +598,7 @@ passed through unchanged. Please note however, that if you are using
|
|||||||
AutoIndex's internal index generation then it only recognises
|
AutoIndex's internal index generation then it only recognises
|
||||||
`<primary>`, `<secondary>` and `<tertiary>` elements within the `<indexterm>`.
|
`<primary>`, `<secondary>` and `<tertiary>` elements within the `<indexterm>`.
|
||||||
`<see>` and `<seealso>` elements are not currently recognised
|
`<see>` and `<seealso>` elements are not currently recognised
|
||||||
and auto-index will emit a warning if these are used.
|
and AutoIndex will emit a warning if these are used.
|
||||||
|
|
||||||
Likewise none of the attributes which can be applied to these elements are used when
|
Likewise none of the attributes which can be applied to these elements are used when
|
||||||
AutoIndex generates the index itself, with the exception of the `<type>` attribute.
|
AutoIndex generates the index itself, with the exception of the `<type>` attribute.
|
||||||
@ -695,7 +694,7 @@ and the next iteration examined, and so on.
|
|||||||
|
|
||||||
[tip If you don't understand why a particular term is (or is not) present in the index,
|
[tip If you don't understand why a particular term is (or is not) present in the index,
|
||||||
try adding a ['!debug regular-expression]
|
try adding a ['!debug regular-expression]
|
||||||
directive to the [link autoindex.script_ref script file].
|
directive to the [link boost_autoindex.script_ref script file].
|
||||||
] [/tip]
|
] [/tip]
|
||||||
|
|
||||||
[heading Restricting which Sections are indexed for a particular term]
|
[heading Restricting which Sections are indexed for a particular term]
|
||||||
@ -1049,7 +1048,7 @@ it is worth switching it on.
|
|||||||
# Also the AutoIndex's internal index representation gets updated.
|
# Also the AutoIndex's internal index representation gets updated.
|
||||||
|
|
||||||
# Once the whole XML document has been indexed,
|
# Once the whole XML document has been indexed,
|
||||||
then, if autoindex has been instructed to generate the index itself,
|
then, if AutoIndex has been instructed to generate the index itself,
|
||||||
it creates the necessary XML and inserts this into the __DocObjMod.
|
it creates the necessary XML and inserts this into the __DocObjMod.
|
||||||
|
|
||||||
# Finally the whole __DocObjMod is written out as a new Docbook XML file,
|
# Finally the whole __DocObjMod is written out as a new Docbook XML file,
|
||||||
@ -1121,22 +1120,22 @@ The available templates are then:
|
|||||||
|
|
||||||
[section:comm_ref Command Line Reference]
|
[section:comm_ref Command Line Reference]
|
||||||
|
|
||||||
The following command line options are supported by auto_index:
|
The following command line options are supported by AutoIndex:
|
||||||
|
|
||||||
[variablelist
|
[variablelist
|
||||||
[[in=infilename][Specifies the name of the XML input file to be indexed.]]
|
[[--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.]]
|
[[--out=outfilename][Specifies the name of the new XML file to create.]]
|
||||||
[[scan=source-filename][Specifies that ['source-filename] should be scanned
|
[[--scan=source-filename][Specifies that ['source-filename] should be scanned
|
||||||
for terms to index.]]
|
for terms to index.]]
|
||||||
[[script=script-filename][Specifies the name of the script file to process.]]
|
[[--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
|
[[--no-duplicates][If a term occurs more than once in the same section, then
|
||||||
include only one index entry.]]
|
include only one index entry.]]
|
||||||
[[--internal-index][Specifies that auto_index should generate the actual
|
[[--internal-index][Specifies that AutoIndex should generate the actual
|
||||||
indexes rather than inserting `<indexterm>`s and leaving index generation
|
indexes rather than inserting `<indexterm>`s and leaving index generation
|
||||||
to the XSL stylesheets.]]
|
to the XSL stylesheets.]]
|
||||||
[[--no-section-names][Prevents auto_index from using section names as index entries.]]
|
[[--no-section-names][Prevents AutoIndex from using section names as index entries.]]
|
||||||
[[prefix=pathname][Specifies a directory to apply as a prefix to all relative file paths in the script file.]]
|
[[--prefix=pathname][Specifies a directory to apply as a prefix to all relative file paths in the script file.]]
|
||||||
[[index-type=element-name][Specifies the name of the XML element to enclose internally generated indexes in:
|
[[--index-type=element-name][Specifies the name of the XML element to enclose internally generated indexes in:
|
||||||
defaults to ['section], but could equally be ['appendix] or ['chapter]
|
defaults to ['section], but could equally be ['appendix] or ['chapter]
|
||||||
or some other block level element that has a formal title.]]
|
or some other block level element that has a formal title.]]
|
||||||
]
|
]
|
||||||
|
@ -3,41 +3,42 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Command Line Reference</title>
|
<title>Command Line Reference</title>
|
||||||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="prev" href="qbk.html" title="Quickbook Support">
|
<link rel="prev" href="qbk.html" title="Quickbook Support">
|
||||||
|
<link rel="next" href="../index/s08.html" title="Index">
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||||
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="qbk.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a>
|
<a accesskey="p" href="qbk.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="../index/s08.html"><img src="../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||||
<a name="boost_autoindex.comm_ref"></a><a class="link" href="comm_ref.html" title="Command Line Reference">Command Line Reference</a>
|
<a name="boost_autoindex.comm_ref"></a><a class="link" href="comm_ref.html" title="Command Line Reference">Command Line Reference</a>
|
||||||
</h2></div></div></div>
|
</h2></div></div></div>
|
||||||
<p>
|
<p>
|
||||||
The following command line options are supported by Boost.AutoIndex:
|
The following command line options are supported by AutoIndex:
|
||||||
</p>
|
</p>
|
||||||
<div class="variablelist">
|
<div class="variablelist">
|
||||||
<p class="title"><b></b></p>
|
<p class="title"><b></b></p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><span class="term">in=infilename</span></dt>
|
<dt><span class="term">--in=infilename</span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
Specifies the name of the XML input file to be indexed.
|
Specifies the name of the XML input file to be indexed.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
<dt><span class="term">out=outfilename</span></dt>
|
<dt><span class="term">--out=outfilename</span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
Specifies the name of the new XML file to create.
|
Specifies the name of the new XML file to create.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
<dt><span class="term">scan=source-filename</span></dt>
|
<dt><span class="term">--scan=source-filename</span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
Specifies that <span class="emphasis"><em>source-filename</em></span> should be scanned
|
Specifies that <span class="emphasis"><em>source-filename</em></span> should be scanned
|
||||||
for terms to index.
|
for terms to index.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
<dt><span class="term">script=script-filename</span></dt>
|
<dt><span class="term">--script=script-filename</span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
Specifies the name of the script file to process.
|
Specifies the name of the script file to process.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
@ -48,20 +49,20 @@
|
|||||||
</p></dd>
|
</p></dd>
|
||||||
<dt><span class="term">--internal-index</span></dt>
|
<dt><span class="term">--internal-index</span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
Specifies that Boost.AutoIndex should generate the actual indexes rather
|
Specifies that AutoIndex should generate the actual indexes rather than
|
||||||
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
|
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.
|
the XSL stylesheets.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
<dt><span class="term">--no-section-names</span></dt>
|
<dt><span class="term">--no-section-names</span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
Prevents Boost.AutoIndex from using section names as index entries.
|
Prevents AutoIndex from using section names as index entries.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
<dt><span class="term">prefix=pathname</span></dt>
|
<dt><span class="term">--prefix=pathname</span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
Specifies a directory to apply as a prefix to all relative file paths
|
Specifies a directory to apply as a prefix to all relative file paths
|
||||||
in the script file.
|
in the script file.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
<dt><span class="term">index-type=element-name</span></dt>
|
<dt><span class="term">--index-type=element-name</span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
Specifies the name of the XML element to enclose internally generated
|
Specifies the name of the XML element to enclose internally generated
|
||||||
indexes in: defaults to <span class="emphasis"><em>section</em></span>, but could equally
|
indexes in: defaults to <span class="emphasis"><em>section</em></span>, but could equally
|
||||||
@ -81,7 +82,7 @@
|
|||||||
</tr></table>
|
</tr></table>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="qbk.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a>
|
<a accesskey="p" href="qbk.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="../index/s08.html"><img src="../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Overview</title>
|
<title>Overview</title>
|
||||||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="prev" href="../index.html" title="Boost.AutoIndex">
|
<link rel="prev" href="../index.html" title="Boost.AutoIndex">
|
||||||
@ -15,12 +15,12 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="../index.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="tut.html"><img src="../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="../index.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="tut.html"><img src="../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||||
<a name="boost_autoindex.overview"></a><a class="link" href="overview.html" title="Overview">Overview</a>
|
<a name="boost_autoindex.overview"></a><a class="link" href="overview.html" title="Overview">Overview</a>
|
||||||
</h2></div></div></div>
|
</h2></div></div></div>
|
||||||
<p>
|
<p>
|
||||||
Boost.AutoIndex is a tool for taking the grunt work out of indexing a Boostbook/Docbook
|
AutoIndex is a tool for taking the grunt work out of indexing a Boostbook/Docbook
|
||||||
document (perhaps generated by your Quickbook file mylibrary.qbk, and perhaps
|
document (perhaps generated by your Quickbook file mylibrary.qbk, and perhaps
|
||||||
using also Doxygen autodoc) that describes C/C++ code.
|
using also Doxygen autodoc) that describes C/C++ code.
|
||||||
</p>
|
</p>
|
||||||
@ -30,34 +30,34 @@
|
|||||||
for each occurrence of each term to be indexed.
|
for each occurrence of each term to be indexed.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Instead Boost.AutoIndex will automatically scan one or more C/C++ header files
|
Instead AutoIndex will automatically scan one or more C/C++ header files and
|
||||||
and extract all the <span class="emphasis"><em>function</em></span>, <span class="emphasis"><em>class</em></span>,
|
extract all the <span class="emphasis"><em>function</em></span>, <span class="emphasis"><em>class</em></span>,
|
||||||
<span class="emphasis"><em>macro</em></span> and <span class="emphasis"><em>typedef</em></span> names that are
|
<span class="emphasis"><em>macro</em></span> and <span class="emphasis"><em>typedef</em></span> names that are
|
||||||
defined by those headers, and then insert the <code class="computeroutput"><span class="special"><</span><span class="identifier">indexterm</span><span class="special">></span></code>s
|
defined by those headers, and then insert the <code class="computeroutput"><span class="special"><</span><span class="identifier">indexterm</span><span class="special">></span></code>s
|
||||||
into the Docbook XML document for you.
|
into the Docbook XML document for you.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Boost.AutoIndex can also scan using a list of index terms specified in a script
|
AutoIndex can also scan using a list of index terms specified in a script file,
|
||||||
file, for example index.idx. These manually provided terms can optionally be
|
for example index.idx. These manually provided terms can optionally be regular
|
||||||
regular expressions, and may allow the user to find references to terms that
|
expressions, and may allow the user to find references to terms that may not
|
||||||
may not occur in the C++ header files. Of course providing a manual list of
|
occur in the C++ header files. Of course providing a manual list of search
|
||||||
search terms in to index is a tedious task (especially handling plurals and
|
terms in to index is a tedious task (especially handling plurals and variants),
|
||||||
variants), and requires enough knowledge of the library to guess what users
|
and requires enough knowledge of the library to guess what users may be seeking
|
||||||
may be seeking to know, but at least the real 'grunt work' of finding the term
|
to know, but at least the real 'grunt work' of finding the term and listing
|
||||||
and listing the page number is automated.
|
the page number is automated.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Boost.AutoIndex creates index entries as follows:
|
AutoIndex creates index entries as follows:
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
for each occurrence of each search term, it creates two index entries:
|
for each occurrence of each search term, it creates two index entries:
|
||||||
</p>
|
</p>
|
||||||
<div class="orderedlist"><ol type="1">
|
<div class="orderedlist"><ol class="orderedlist" type="1">
|
||||||
<li>
|
<li class="listitem">
|
||||||
The search term as the <span class="emphasis"><em>primary index key</em></span> and the
|
The search term as the <span class="emphasis"><em>primary index key</em></span> and the
|
||||||
<span class="emphasis"><em>title of the section it appears in</em></span> as a subterm.
|
<span class="emphasis"><em>title of the section it appears in</em></span> as a subterm.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="listitem">
|
||||||
The section title as the main index entry and the search term as the subentry.
|
The section title as the main index entry and the search term as the subentry.
|
||||||
</li>
|
</li>
|
||||||
</ol></div>
|
</ol></div>
|
||||||
@ -95,15 +95,14 @@
|
|||||||
Of course these automated index entries may not be quite what you're looking
|
Of course these automated index entries may not be quite what you're looking
|
||||||
for: often you'll get a few spurious entries, a few missing entries, and a
|
for: often you'll get a few spurious entries, a few missing entries, and a
|
||||||
few entries where the section name used as an index entry is less than ideal.
|
few entries where the section name used as an index entry is less than ideal.
|
||||||
So Boost.AutoIndex provides some powerful regular expression based rules that
|
So AutoIndex provides some powerful regular expression based rules that allow
|
||||||
allow you to add, remove, constrain, or rewrite entries. Normally just a few
|
you to add, remove, constrain, or rewrite entries. Normally just a few lines
|
||||||
lines in Boost.AutoIndex's script file are enough to tailor the output to match
|
in AutoIndex's script file are enough to tailor the output to match the author's
|
||||||
the author's expectations (and thus hopefully the index user's expectations
|
expectations (and thus hopefully the index user's expectations too!).
|
||||||
too!).
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Boost.AutoIndex also supports multiple indexes (as does Docbook), and since
|
AutoIndex also supports multiple indexes (as does Docbook), and since it knows
|
||||||
it knows which search terms are <span class="emphasis"><em>function</em></span>, <span class="emphasis"><em>class</em></span>,
|
which search terms are <span class="emphasis"><em>function</em></span>, <span class="emphasis"><em>class</em></span>,
|
||||||
<span class="emphasis"><em>macro</em></span> or <span class="emphasis"><em>typedef</em></span> names, it can add
|
<span class="emphasis"><em>macro</em></span> or <span class="emphasis"><em>typedef</em></span> names, it can add
|
||||||
the necessary attributes to the XML so that you can have separate indexes for
|
the necessary attributes to the XML so that you can have separate indexes for
|
||||||
each of these different types. These specialised indexes only contain entries
|
each of these different types. These specialised indexes only contain entries
|
||||||
@ -115,11 +114,11 @@
|
|||||||
<p>
|
<p>
|
||||||
Finally, while the Docbook XSL stylesheets create nice indexes complete with
|
Finally, while the Docbook XSL stylesheets create nice indexes complete with
|
||||||
page numbers for PDF output, the HTML indexes look poorer by comparison, as
|
page numbers for PDF output, the HTML indexes look poorer by comparison, as
|
||||||
these use section titles in place of page numbers... but as Boost.AutoIndex
|
these use section titles in place of page numbers... but as AutoIndex uses
|
||||||
uses section titles as index entries this leads to a lot of repetition, so
|
section titles as index entries this leads to a lot of repetition, so as an
|
||||||
as an alternative Boost.AutoIndex can be instructed to construct the index
|
alternative AutoIndex can be instructed to construct the index itself. This
|
||||||
itself. This is faster than using the XSL stylesheets, and now each index entry
|
is faster than using the XSL stylesheets, and now each index entry is a hyperlink
|
||||||
is a hyperlink to the appropriate section:
|
to the appropriate section:
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<span class="inlinemediaobject"><img src="../../students_t_eg_3.png" alt="students_t_eg_3"></span>
|
<span class="inlinemediaobject"><img src="../../students_t_eg_3.png" alt="students_t_eg_3"></span>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Quickbook Support</title>
|
<title>Quickbook Support</title>
|
||||||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="prev" href="xml.html" title="XML Handling">
|
<link rel="prev" href="xml.html" title="XML Handling">
|
||||||
@ -15,16 +15,16 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="xml.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="comm_ref.html"><img src="../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="xml.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="comm_ref.html"><img src="../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||||
<a name="boost_autoindex.qbk"></a><a class="link" href="qbk.html" title="Quickbook Support">Quickbook Support</a>
|
<a name="boost_autoindex.qbk"></a><a class="link" href="qbk.html" title="Quickbook Support">Quickbook Support</a>
|
||||||
</h2></div></div></div>
|
</h2></div></div></div>
|
||||||
<p>
|
<p>
|
||||||
The file <a class="link" href="qbk.html" title="Quickbook Support">auto_index_helpers.qbk</a>
|
The file auto_index_helpers.qbk in <span class="emphasis"><em>boost-path</em></span>/tools/auto_index/include
|
||||||
in <span class="emphasis"><em>boost-path</em></span>/tools/auto_index/include contains various
|
contains various Quickbook templates to assist with AutoIndex support. One
|
||||||
Quickbook templates to assist with Boost.AutoIndex support. One would normally
|
would normally add the above path to your include search path via an <code class="computeroutput"><span class="special"><</span><span class="identifier">include</span><span class="special">></span><span class="identifier">path</span></code>
|
||||||
add the above path to your include search path via an <code class="computeroutput"><span class="special"><</span><span class="identifier">include</span><span class="special">></span><span class="identifier">path</span></code> statement in your Jamfile, and then
|
statement in your Jamfile, and then make the templates available to your Quickbook
|
||||||
make the templates available to your Quickbook source via a:
|
source via a:
|
||||||
</p>
|
</p>
|
||||||
<pre class="programlisting">[include auto_index_helpers.qbk]</pre>
|
<pre class="programlisting">[include auto_index_helpers.qbk]</pre>
|
||||||
<p>
|
<p>
|
||||||
@ -92,7 +92,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
Creates a Docbook processing instruction that will be handled by
|
Creates a Docbook processing instruction that will be handled by
|
||||||
Boost.AutoIndex, valid values for "Arg" are either "IgnoreSection"
|
AutoIndex, valid values for "Arg" are either "IgnoreSection"
|
||||||
or "IgnoreBlock".
|
or "IgnoreBlock".
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Script File (.idx) Reference</title>
|
<title>Script File (.idx) Reference</title>
|
||||||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="prev" href="tut/refine.html" title="Step 8: Iterate - to refine your index">
|
<link rel="prev" href="tut/refine.html" title="Step 8: Iterate - to refine your index">
|
||||||
<link rel="next" href="workflow.html" title="Understanding The Boost.AutoIndex Workflow">
|
<link rel="next" href="workflow.html" title="Understanding The AutoIndex Workflow">
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||||
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="tut/refine.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="workflow.html"><img src="../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="tut/refine.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="workflow.html"><img src="../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||||
<a name="boost_autoindex.script_ref"></a><a class="link" href="script_ref.html" title="Script File (.idx) Reference">Script File (.idx) Reference</a>
|
<a name="boost_autoindex.script_ref"></a><a class="link" href="script_ref.html" title="Script File (.idx) Reference">Script File (.idx) Reference</a>
|
||||||
</h2></div></div></div>
|
</h2></div></div></div>
|
||||||
@ -224,12 +224,12 @@
|
|||||||
<p>
|
<p>
|
||||||
You can have an index term appear more than once in the script file:
|
You can have an index term appear more than once in the script file:
|
||||||
</p>
|
</p>
|
||||||
<div class="itemizedlist"><ul type="disc">
|
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||||
<li>
|
<li class="listitem">
|
||||||
If they have different <span class="emphasis"><em>category</em></span> names then they are
|
If they have different <span class="emphasis"><em>category</em></span> names then they are
|
||||||
treated quite separately.
|
treated quite separately.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="listitem">
|
||||||
Otherwise they are combined, so that the logical or of the regular expressions
|
Otherwise they are combined, so that the logical or of the regular expressions
|
||||||
provided are taken.
|
provided are taken.
|
||||||
</li>
|
</li>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Getting Started and Tutorial</title>
|
<title>Getting Started and Tutorial</title>
|
||||||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="prev" href="overview.html" title="Overview">
|
<link rel="prev" href="overview.html" title="Overview">
|
||||||
<link rel="next" href="tut/build.html" title="Step 1: Build the Boost.AutoIndex tool">
|
<link rel="next" href="tut/build.html" title="Step 1: Build the AutoIndex tool">
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||||
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
||||||
@ -15,19 +15,19 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="overview.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="tut/build.html"><img src="../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="overview.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="tut/build.html"><img src="../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||||
<a name="boost_autoindex.tut"></a><a class="link" href="tut.html" title="Getting Started and Tutorial">Getting Started and Tutorial</a>
|
<a name="boost_autoindex.tut"></a><a class="link" href="tut.html" title="Getting Started and Tutorial">Getting Started and Tutorial</a>
|
||||||
</h2></div></div></div>
|
</h2></div></div></div>
|
||||||
<div class="toc"><dl>
|
<div class="toc"><dl>
|
||||||
<dt><span class="section"><a href="tut/build.html">Step 1: Build the Boost.AutoIndex
|
<dt><span class="section"><a href="tut/build.html">Step 1: Build the AutoIndex
|
||||||
tool</a></span></dt>
|
tool</a></span></dt>
|
||||||
<dt><span class="section"><a href="tut/configure.html">Step 2: Configure Boost.Build
|
<dt><span class="section"><a href="tut/configure.html">Step 2: Configure Boost.Build
|
||||||
jamfile to use Boost.AutoIndex</a></span></dt>
|
jamfile to use AutoIndex</a></span></dt>
|
||||||
<dd><dl>
|
<dd><dl>
|
||||||
<dt><span class="section"><a href="tut/configure/options.html">Available Indexing
|
<dt><span class="section"><a href="tut/configure/options.html">Available Indexing
|
||||||
Options</a></span></dt>
|
Options</a></span></dt>
|
||||||
<dt><span class="section"><a href="tut/configure/optional.html">Making Boost.AutoIndex
|
<dt><span class="section"><a href="tut/configure/optional.html">Making AutoIndex
|
||||||
optional</a></span></dt>
|
optional</a></span></dt>
|
||||||
</dl></dd>
|
</dl></dd>
|
||||||
<dt><span class="section"><a href="tut/add_indexes.html">Step 3: Add indexes
|
<dt><span class="section"><a href="tut/add_indexes.html">Step 3: Add indexes
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Step 3: Add indexes to your documentation</title>
|
<title>Step 3: Add indexes to your documentation</title>
|
||||||
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
||||||
<link rel="prev" href="configure/optional.html" title="Making Boost.AutoIndex optional">
|
<link rel="prev" href="configure/optional.html" title="Making AutoIndex optional">
|
||||||
<link rel="next" href="script.html" title="Step 4: Create the .idx script file - to control what to terms to index">
|
<link rel="next" href="script.html" title="Step 4: Create the .idx script file - to control what to terms to index">
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="configure/optional.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="script.html"><img src="../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="configure/optional.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="script.html"><img src="../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="boost_autoindex.tut.add_indexes"></a><a class="link" href="add_indexes.html" title="Step 3: Add indexes to your documentation">Step 3: Add indexes
|
<a name="boost_autoindex.tut.add_indexes"></a><a class="link" href="add_indexes.html" title="Step 3: Add indexes to your documentation">Step 3: Add indexes
|
||||||
to your documentation</a>
|
to your documentation</a>
|
||||||
@ -32,8 +32,8 @@
|
|||||||
To add multiple indexes, then give each one a title and set its <code class="computeroutput"><span class="identifier">type</span></code> attribute to specify which terms will
|
To add multiple indexes, then give each one a title and set its <code class="computeroutput"><span class="identifier">type</span></code> attribute to specify which terms will
|
||||||
be included, for example to place the <span class="emphasis"><em>function</em></span>, <span class="emphasis"><em>class</em></span>,
|
be included, for example to place the <span class="emphasis"><em>function</em></span>, <span class="emphasis"><em>class</em></span>,
|
||||||
<span class="emphasis"><em>macro</em></span> or <span class="emphasis"><em>typedef</em></span> names indexed
|
<span class="emphasis"><em>macro</em></span> or <span class="emphasis"><em>typedef</em></span> names indexed
|
||||||
by Boost.AutoIndex in separate indexes along with a main "include everything"
|
by <span class="emphasis"><em>AutoIndex</em></span> in separate indexes along with a main "include
|
||||||
index as well, one could add:
|
everything" index as well, one could add:
|
||||||
</p>
|
</p>
|
||||||
<pre class="programlisting"><index type="class_name">
|
<pre class="programlisting"><index type="class_name">
|
||||||
<title>Class Index</title>
|
<title>Class Index</title>
|
||||||
@ -71,8 +71,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<pre class="programlisting">'''<index/>''' </pre>
|
<pre class="programlisting">'''<index/>''' </pre>
|
||||||
<p>
|
<p>
|
||||||
Or more easily via the helper file <a class="link" href="../qbk.html" title="Quickbook Support">auto_index_helpers.qbk</a>,
|
Or more easily via the helper file auto_index_helpers.qbk, so that given:
|
||||||
so that given:
|
|
||||||
</p>
|
</p>
|
||||||
<pre class="programlisting">[include auto_index_helpers.qbk]</pre>
|
<pre class="programlisting">[include auto_index_helpers.qbk]</pre>
|
||||||
<p>
|
<p>
|
||||||
@ -90,16 +89,16 @@
|
|||||||
<th align="left">Note</th>
|
<th align="left">Note</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td align="left" valign="top"><p>
|
<tr><td align="left" valign="top"><p>
|
||||||
Boost.AutoIndex knows nothing of the XML <code class="computeroutput"><span class="identifier">xinclude</span></code>
|
AutoIndex knows nothing of the XML <code class="computeroutput"><span class="identifier">xinclude</span></code>
|
||||||
element, so if you're writing raw Docbook XML then you may want to run
|
element, so if you're writing raw Docbook XML then you may want to run
|
||||||
this through an XSL processor to flatten everything to one XML file before
|
this through an XSL processor to flatten everything to one XML file before
|
||||||
passing to Boost.AutoIndex. If you're using Boostbook or quickbook though,
|
passing to AutoIndex. If you're using Boostbook or quickbook though, this
|
||||||
this all happens for you anyway, and Boost.AutoIndex will index the whole
|
all happens for you anyway, and AutoIndex will index the whole document
|
||||||
document including any sections included with <code class="computeroutput"><span class="identifier">xinclude</span></code>.
|
including any sections included with <code class="computeroutput"><span class="identifier">xinclude</span></code>.
|
||||||
</p></td></tr>
|
</p></td></tr>
|
||||||
</table></div>
|
</table></div>
|
||||||
<p>
|
<p>
|
||||||
If you are using Boost.AutoIndex's internal index generation:
|
If you are using AutoIndex's internal index generation on
|
||||||
</p>
|
</p>
|
||||||
<pre class="programlisting"><auto-index-internal>on
|
<pre class="programlisting"><auto-index-internal>on
|
||||||
</pre>
|
</pre>
|
||||||
@ -121,9 +120,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
You control the type of XML block used by setting the <code class="literal"><auto-index-type>element-name</code>
|
You control the type of XML block used by setting the <code class="literal"><auto-index-type>element-name</code>
|
||||||
attribute in the Jamfile, or via the <code class="computeroutput"><span class="identifier">index</span><span class="special">-</span><span class="identifier">type</span><span class="special">=</span><span class="identifier">element</span><span class="special">-</span><span class="identifier">name</span></code> command line option to Boost.AutoIndex
|
attribute in the Jamfile, or via the <code class="computeroutput"><span class="identifier">index</span><span class="special">-</span><span class="identifier">type</span><span class="special">=</span><span class="identifier">element</span><span class="special">-</span><span class="identifier">name</span></code> command line option to AutoIndex itself.
|
||||||
itself. For example, to place the index in an appendix, your Jamfile might
|
For example, to place the index in an appendix, your Jamfile might look like:
|
||||||
look like:
|
|
||||||
</p>
|
</p>
|
||||||
<pre class="programlisting">using quickbook ;
|
<pre class="programlisting">using quickbook ;
|
||||||
using auto-index ;
|
using auto-index ;
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Step 1: Build the Boost.AutoIndex tool</title>
|
<title>Step 1: Build the AutoIndex tool</title>
|
||||||
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
||||||
<link rel="prev" href="../tut.html" title="Getting Started and Tutorial">
|
<link rel="prev" href="../tut.html" title="Getting Started and Tutorial">
|
||||||
<link rel="next" href="configure.html" title="Step 2: Configure Boost.Build jamfile to use Boost.AutoIndex">
|
<link rel="next" href="configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex">
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||||
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
||||||
@ -15,9 +15,9 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="../tut.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="configure.html"><img src="../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="../tut.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="configure.html"><img src="../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="boost_autoindex.tut.build"></a><a class="link" href="build.html" title="Step 1: Build the Boost.AutoIndex tool">Step 1: Build the Boost.AutoIndex
|
<a name="boost_autoindex.tut.build"></a><a class="link" href="build.html" title="Step 1: Build the AutoIndex tool">Step 1: Build the AutoIndex
|
||||||
tool</a>
|
tool</a>
|
||||||
</h3></div></div></div>
|
</h3></div></div></div>
|
||||||
<p>
|
<p>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Step 7: Build the Docs</title>
|
<title>Step 7: Build the Docs</title>
|
||||||
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
||||||
<link rel="prev" href="pis.html" title="Step 6: Using XML processing instructions to control what gets indexed.">
|
<link rel="prev" href="pis.html" title="Step 6: Using XML processing instructions to control what gets indexed.">
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="pis.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="refine.html"><img src="../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="pis.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="refine.html"><img src="../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="boost_autoindex.tut.build_docs"></a><a class="link" href="build_docs.html" title="Step 7: Build the Docs">Step 7: Build the Docs</a>
|
<a name="boost_autoindex.tut.build_docs"></a><a class="link" href="build_docs.html" title="Step 7: Build the Docs">Step 7: Build the Docs</a>
|
||||||
</h3></div></div></div>
|
</h3></div></div></div>
|
||||||
@ -33,16 +33,15 @@
|
|||||||
To build the pdf.
|
To build the pdf.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
During the build process you should see Boost.AutoIndex emit a message in
|
During the build process you should see AutoIndex emit a message in the log
|
||||||
the log file such as:
|
file such as:
|
||||||
</p>
|
</p>
|
||||||
<pre class="programlisting">Indexing 990 terms... </pre>
|
<pre class="programlisting">Indexing 990 terms... </pre>
|
||||||
<p>
|
<p>
|
||||||
If you don't see that, or if it's indexing 0 terms then something is wrong!
|
If you don't see that, or if it's indexing 0 terms then something is wrong!
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Likewise when index generation is complete, Boost.AutoIndex will emit another
|
Likewise when index generation is complete, AutoIndex will emit another message:
|
||||||
message:
|
|
||||||
</p>
|
</p>
|
||||||
<pre class="programlisting">38 Index entries were created.</pre>
|
<pre class="programlisting">38 Index entries were created.</pre>
|
||||||
<p>
|
<p>
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Step 2: Configure Boost.Build jamfile to use Boost.AutoIndex</title>
|
<title>Step 2: Configure Boost.Build jamfile to use AutoIndex</title>
|
||||||
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
||||||
<link rel="prev" href="build.html" title="Step 1: Build the Boost.AutoIndex tool">
|
<link rel="prev" href="build.html" title="Step 1: Build the AutoIndex tool">
|
||||||
<link rel="next" href="configure/options.html" title="Available Indexing Options">
|
<link rel="next" href="configure/options.html" title="Available Indexing Options">
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||||
@ -15,15 +15,15 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="build.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="configure/options.html"><img src="../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="build.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="configure/options.html"><img src="../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="boost_autoindex.tut.configure"></a><a class="link" href="configure.html" title="Step 2: Configure Boost.Build jamfile to use Boost.AutoIndex">Step 2: Configure Boost.Build
|
<a name="boost_autoindex.tut.configure"></a><a class="link" href="configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex">Step 2: Configure Boost.Build
|
||||||
jamfile to use Boost.AutoIndex</a>
|
jamfile to use AutoIndex</a>
|
||||||
</h3></div></div></div>
|
</h3></div></div></div>
|
||||||
<div class="toc"><dl>
|
<div class="toc"><dl>
|
||||||
<dt><span class="section"><a href="configure/options.html">Available Indexing
|
<dt><span class="section"><a href="configure/options.html">Available Indexing
|
||||||
Options</a></span></dt>
|
Options</a></span></dt>
|
||||||
<dt><span class="section"><a href="configure/optional.html">Making Boost.AutoIndex
|
<dt><span class="section"><a href="configure/optional.html">Making AutoIndex
|
||||||
optional</a></span></dt>
|
optional</a></span></dt>
|
||||||
</dl></div>
|
</dl></div>
|
||||||
<p>
|
<p>
|
||||||
@ -42,8 +42,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<pre class="programlisting">using auto-index ; </pre>
|
<pre class="programlisting">using auto-index ; </pre>
|
||||||
<p>
|
<p>
|
||||||
to the start of the Jamfile, and then add whatever Boost.AutoIndex options
|
to the start of the Jamfile, and then add whatever auto-index options you
|
||||||
you want to the <span class="emphasis"><em>build requirements section</em></span>, for example:
|
want to the <span class="emphasis"><em>build requirements section</em></span>, for example:
|
||||||
</p>
|
</p>
|
||||||
<pre class="programlisting">boostbook standalone
|
<pre class="programlisting">boostbook standalone
|
||||||
:
|
:
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<auto-index-prefix>../../..
|
<auto-index-prefix>../../..
|
||||||
|
|
||||||
# Tell Quickbook that it should enable indexing.
|
# Tell Quickbook that it should enable indexing.
|
||||||
<quickbook-define>enable_index ;
|
<quickbook-define> ;
|
||||||
|
|
||||||
;
|
;
|
||||||
</pre>
|
</pre>
|
||||||
@ -110,7 +110,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr><td align="left" valign="top"><p>
|
<tr><td align="left" valign="top"><p>
|
||||||
If you upgrade compiler version, for example MSVC from 9 to 10, then you
|
If you upgrade compiler version, for example MSVC from 9 to 10, then you
|
||||||
may need to rebuild Boost.AutoIndex to avoid what Microsoft call a 'side-by-side'
|
may need to rebuild Autoindex to avoid what Microsoft call a 'side-by-side'
|
||||||
error. And make sure that the autoindex.exe version you are using is the
|
error. And make sure that the autoindex.exe version you are using is the
|
||||||
new one.
|
new one.
|
||||||
</p></td></tr>
|
</p></td></tr>
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Making Boost.AutoIndex optional</title>
|
<title>Making AutoIndex optional</title>
|
||||||
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../../../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../../../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../configure.html" title="Step 2: Configure Boost.Build jamfile to use Boost.AutoIndex">
|
<link rel="up" href="../configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex">
|
||||||
<link rel="prev" href="options.html" title="Available Indexing Options">
|
<link rel="prev" href="options.html" title="Available Indexing Options">
|
||||||
<link rel="next" href="../add_indexes.html" title="Step 3: Add indexes to your documentation">
|
<link rel="next" href="../add_indexes.html" title="Step 3: Add indexes to your documentation">
|
||||||
</head>
|
</head>
|
||||||
@ -15,15 +15,15 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="options.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../configure.html"><img src="../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../images/home.png" alt="Home"></a><a accesskey="n" href="../add_indexes.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="options.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../configure.html"><img src="../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../images/home.png" alt="Home"></a><a accesskey="n" href="../add_indexes.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h4 class="title">
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
<a name="boost_autoindex.tut.configure.optional"></a><a class="link" href="optional.html" title="Making Boost.AutoIndex optional">Making Boost.AutoIndex
|
<a name="boost_autoindex.tut.configure.optional"></a><a class="link" href="optional.html" title="Making AutoIndex optional">Making AutoIndex
|
||||||
optional</a>
|
optional</a>
|
||||||
</h4></div></div></div>
|
</h4></div></div></div>
|
||||||
<p>
|
<p>
|
||||||
It is considerate to make the <span class="bold"><strong>use of Boost.AutoIndex
|
It is considerate to make the <span class="bold"><strong>use of auto-index optional</strong></span>
|
||||||
optional</strong></span> in Boost.Build, to allow users who do not have Boost.AutoIndex
|
in Boost.Build, to allow users who do not have AutoIndex installed to still
|
||||||
installed to still be able to build your documentation.
|
be able to build your documentation.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
This also very convenient while you are refining your documentation, to
|
This also very convenient while you are refining your documentation, to
|
||||||
@ -32,8 +32,8 @@
|
|||||||
you keep rebuilding the index!
|
you keep rebuilding the index!
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
One method of setting up optional Boost.AutoIndex support is to place all
|
One method of setting up optional AutoIndex support is to place all AutoIndex
|
||||||
Boost.AutoIndex configuration in a the body of a bjam if statement:
|
configuration in a the body of a bjam if statement:
|
||||||
</p>
|
</p>
|
||||||
<pre class="programlisting">if --enable-index in [ modules.peek : ARGV ]
|
<pre class="programlisting">if --enable-index in [ modules.peek : ARGV ]
|
||||||
{
|
{
|
||||||
@ -44,15 +44,15 @@
|
|||||||
<auto-index>on
|
<auto-index>on
|
||||||
<auto-index-script>index.idx
|
<auto-index-script>index.idx
|
||||||
|
|
||||||
... other auto-index options here...
|
... other AutoIndex options here...
|
||||||
|
|
||||||
# And tell Quickbook that it should enable indexing.
|
# And tell Quickbook that it should enable indexing.
|
||||||
<quickbook-define>enable_index
|
<quickbook-define>
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ECHO "Building the my_library docs with automatic index generation disabled. To get an index, try building with --enable-index." ;
|
ECHO "Building the my_library docs with automatic index generation disabled. To get an Index, try building with --enable-index." ;
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Available Indexing Options</title>
|
<title>Available Indexing Options</title>
|
||||||
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../../../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../../../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../configure.html" title="Step 2: Configure Boost.Build jamfile to use Boost.AutoIndex">
|
<link rel="up" href="../configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex">
|
||||||
<link rel="prev" href="../configure.html" title="Step 2: Configure Boost.Build jamfile to use Boost.AutoIndex">
|
<link rel="prev" href="../configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex">
|
||||||
<link rel="next" href="optional.html" title="Making Boost.AutoIndex optional">
|
<link rel="next" href="optional.html" title="Making AutoIndex optional">
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||||
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="../configure.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../configure.html"><img src="../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../images/home.png" alt="Home"></a><a accesskey="n" href="optional.html"><img src="../../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="../configure.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../configure.html"><img src="../../../images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../images/home.png" alt="Home"></a><a accesskey="n" href="optional.html"><img src="../../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h4 class="title">
|
<div class="titlepage"><div><div><h4 class="title">
|
||||||
<a name="boost_autoindex.tut.configure.options"></a><a class="link" href="options.html" title="Available Indexing Options">Available Indexing
|
<a name="boost_autoindex.tut.configure.options"></a><a class="link" href="options.html" title="Available Indexing Options">Available Indexing
|
||||||
Options</a>
|
Options</a>
|
||||||
@ -391,8 +391,8 @@
|
|||||||
<pre class="programlisting"><include>$boost-root/tools/auto_index/include</pre>
|
<pre class="programlisting"><include>$boost-root/tools/auto_index/include</pre>
|
||||||
<p>
|
<p>
|
||||||
to your projects requirements (replacing $boost-root with the path to the
|
to your projects requirements (replacing $boost-root with the path to the
|
||||||
root of the Boost tree), so that the file <a class="link" href="../../qbk.html" title="Quickbook Support">auto_index_helpers.qbk</a>
|
root of the Boost tree), so that the file auto_index_helpers.qbk can be
|
||||||
can be included in your quickbook source with simply a:
|
included in your quickbook source with simply a:
|
||||||
</p>
|
</p>
|
||||||
<pre class="programlisting">[include auto_index_helpers.qbk]</pre>
|
<pre class="programlisting">[include auto_index_helpers.qbk]</pre>
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Step 5: Add Manual Index Entries to Docbook XML - Optional</title>
|
<title>Step 5: Add Manual Index Entries to Docbook XML - Optional</title>
|
||||||
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
||||||
<link rel="prev" href="script.html" title="Step 4: Create the .idx script file - to control what to terms to index">
|
<link rel="prev" href="script.html" title="Step 4: Create the .idx script file - to control what to terms to index">
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="script.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="pis.html"><img src="../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="script.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="pis.html"><img src="../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="boost_autoindex.tut.entries"></a><a class="link" href="entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional">Step 5: Add Manual Index
|
<a name="boost_autoindex.tut.entries"></a><a class="link" href="entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional">Step 5: Add Manual Index
|
||||||
Entries to Docbook XML - Optional</a>
|
Entries to Docbook XML - Optional</a>
|
||||||
@ -23,20 +23,20 @@
|
|||||||
<p>
|
<p>
|
||||||
If you add manual <code class="computeroutput"><span class="special"><</span><span class="identifier">indexentry</span><span class="special">></span></code> markup to your Docbook XML then these
|
If you add manual <code class="computeroutput"><span class="special"><</span><span class="identifier">indexentry</span><span class="special">></span></code> markup to your Docbook XML then these
|
||||||
will be passed through unchanged. Please note however, that if you are using
|
will be passed through unchanged. Please note however, that if you are using
|
||||||
Boost.AutoIndex's internal index generation then it only recognises <code class="computeroutput"><span class="special"><</span><span class="identifier">primary</span><span class="special">></span></code>, <code class="computeroutput"><span class="special"><</span><span class="identifier">secondary</span><span class="special">></span></code>
|
AutoIndex's internal index generation then it only recognises <code class="computeroutput"><span class="special"><</span><span class="identifier">primary</span><span class="special">></span></code>, <code class="computeroutput"><span class="special"><</span><span class="identifier">secondary</span><span class="special">></span></code>
|
||||||
and <code class="computeroutput"><span class="special"><</span><span class="identifier">tertiary</span><span class="special">></span></code> elements within the <code class="computeroutput"><span class="special"><</span><span class="identifier">indexterm</span><span class="special">></span></code>.
|
and <code class="computeroutput"><span class="special"><</span><span class="identifier">tertiary</span><span class="special">></span></code> elements within the <code class="computeroutput"><span class="special"><</span><span class="identifier">indexterm</span><span class="special">></span></code>.
|
||||||
<code class="computeroutput"><span class="special"><</span><span class="identifier">see</span><span class="special">></span></code> and <code class="computeroutput"><span class="special"><</span><span class="identifier">seealso</span><span class="special">></span></code>
|
<code class="computeroutput"><span class="special"><</span><span class="identifier">see</span><span class="special">></span></code> and <code class="computeroutput"><span class="special"><</span><span class="identifier">seealso</span><span class="special">></span></code>
|
||||||
elements are not currently recognised and Boost.AutoIndex will emit a warning
|
elements are not currently recognised and AutoIndex will emit a warning if
|
||||||
if these are used.
|
these are used.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Likewise none of the attributes which can be applied to these elements are
|
Likewise none of the attributes which can be applied to these elements are
|
||||||
used when Boost.AutoIndex generates the index itself, with the exception
|
used when AutoIndex generates the index itself, with the exception of the
|
||||||
of the <code class="computeroutput"><span class="special"><</span><span class="identifier">type</span><span class="special">></span></code> attribute.
|
<code class="computeroutput"><span class="special"><</span><span class="identifier">type</span><span class="special">></span></code> attribute.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
For Quickbook users, there are some templates in <a class="link" href="../qbk.html" title="Quickbook Support">auto_index_helpers.qbk</a>
|
For Quickbook users, there are some templates in auto_index_helpers.qbk that
|
||||||
that assist in adding manual entries without having to escape to Docbook.
|
assist in adding manual entries without having to escape to Docbook.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Step 6: Using XML processing instructions to control what gets indexed.</title>
|
<title>Step 6: Using XML processing instructions to control what gets indexed.</title>
|
||||||
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
||||||
<link rel="prev" href="entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional">
|
<link rel="prev" href="entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional">
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="entries.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="build_docs.html"><img src="../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="entries.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="build_docs.html"><img src="../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="boost_autoindex.tut.pis"></a><a class="link" href="pis.html" title="Step 6: Using XML processing instructions to control what gets indexed.">Step 6: Using XML processing
|
<a name="boost_autoindex.tut.pis"></a><a class="link" href="pis.html" title="Step 6: Using XML processing instructions to control what gets indexed.">Step 6: Using XML processing
|
||||||
instructions to control what gets indexed.</a>
|
instructions to control what gets indexed.</a>
|
||||||
@ -100,9 +100,8 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table></div>
|
</table></div>
|
||||||
<p>
|
<p>
|
||||||
For Quickbook users the file <a class="link" href="../qbk.html" title="Quickbook Support">auto_index_helpers.qbk</a>
|
For Quickbook users the file auto_index_helpers.qbk contains a helper template
|
||||||
contains a helper template that assists in inserting these processing instructions,
|
that assists in inserting these processing instructions, for example:
|
||||||
for example:
|
|
||||||
</p>
|
</p>
|
||||||
<pre class="programlisting">[AutoIndex IgnoreSection]</pre>
|
<pre class="programlisting">[AutoIndex IgnoreSection]</pre>
|
||||||
<p>
|
<p>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Step 8: Iterate - to refine your index</title>
|
<title>Step 8: Iterate - to refine your index</title>
|
||||||
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
||||||
<link rel="prev" href="build_docs.html" title="Step 7: Build the Docs">
|
<link rel="prev" href="build_docs.html" title="Step 7: Build the Docs">
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="build_docs.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="../script_ref.html"><img src="../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="build_docs.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="../script_ref.html"><img src="../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="boost_autoindex.tut.refine"></a><a class="link" href="refine.html" title="Step 8: Iterate - to refine your index">Step 8: Iterate - to refine
|
<a name="boost_autoindex.tut.refine"></a><a class="link" href="refine.html" title="Step 8: Iterate - to refine your index">Step 8: Iterate - to refine
|
||||||
your index</a>
|
your index</a>
|
||||||
@ -25,14 +25,14 @@
|
|||||||
to add a header scanning rule to the script file and then generate the documentation
|
to add a header scanning rule to the script file and then generate the documentation
|
||||||
and see:
|
and see:
|
||||||
</p>
|
</p>
|
||||||
<div class="itemizedlist"><ul type="disc">
|
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||||
<li>
|
<li class="listitem">
|
||||||
What's missing.
|
What's missing.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="listitem">
|
||||||
What's been included that shouldn't be.
|
What's been included that shouldn't be.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="listitem">
|
||||||
What's been included under a poor name.
|
What's been included under a poor name.
|
||||||
</li>
|
</li>
|
||||||
</ul></div>
|
</ul></div>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Step 4: Create the .idx script file - to control what to terms to index</title>
|
<title>Step 4: Create the .idx script file - to control what to terms to index</title>
|
||||||
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
<link rel="up" href="../tut.html" title="Getting Started and Tutorial">
|
||||||
<link rel="prev" href="add_indexes.html" title="Step 3: Add indexes to your documentation">
|
<link rel="prev" href="add_indexes.html" title="Step 3: Add indexes to your documentation">
|
||||||
@ -15,14 +15,13 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="add_indexes.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="entries.html"><img src="../../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="add_indexes.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tut.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="entries.html"><img src="../../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h3 class="title">
|
<div class="titlepage"><div><div><h3 class="title">
|
||||||
<a name="boost_autoindex.tut.script"></a><a class="link" href="script.html" title="Step 4: Create the .idx script file - to control what to terms to index">Step 4: Create the .idx script
|
<a name="boost_autoindex.tut.script"></a><a class="link" href="script.html" title="Step 4: Create the .idx script file - to control what to terms to index">Step 4: Create the .idx script
|
||||||
file - to control what to terms to index</a>
|
file - to control what to terms to index</a>
|
||||||
</h3></div></div></div>
|
</h3></div></div></div>
|
||||||
<p>
|
<p>
|
||||||
Boost.AutoIndex works by reading a script file that tells it what terms to
|
AutoIndex works by reading a script file that tells it what terms to index.
|
||||||
index.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If your document contains largely text, and only a small amount of simple
|
If your document contains largely text, and only a small amount of simple
|
||||||
@ -133,7 +132,7 @@
|
|||||||
Finally the script can add rewrite rules, that rename section names that
|
Finally the script can add rewrite rules, that rename section names that
|
||||||
are automatically used as index entries. For example we might want to remove
|
are automatically used as index entries. For example we might want to remove
|
||||||
leading "A" or "The" prefixes from section titles when
|
leading "A" or "The" prefixes from section titles when
|
||||||
Boost.AutoIndex uses them as an index entry:
|
AutoIndex uses them as an index entry:
|
||||||
</p>
|
</p>
|
||||||
<pre class="programlisting"><span class="special">!</span><span class="identifier">rewrite</span><span class="special">-</span><span class="identifier">name</span> <span class="string">"(?i)(?:A|The)\s+(.*)"</span> <span class="string">"\1"</span>
|
<pre class="programlisting"><span class="special">!</span><span class="identifier">rewrite</span><span class="special">-</span><span class="identifier">name</span> <span class="string">"(?i)(?:A|The)\s+(.*)"</span> <span class="string">"\1"</span>
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Understanding The Boost.AutoIndex Workflow</title>
|
<title>Understanding The AutoIndex Workflow</title>
|
||||||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="prev" href="script_ref.html" title="Script File (.idx) Reference">
|
<link rel="prev" href="script_ref.html" title="Script File (.idx) Reference">
|
||||||
@ -15,29 +15,28 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="script_ref.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="xml.html"><img src="../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="script_ref.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="xml.html"><img src="../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||||
<a name="boost_autoindex.workflow"></a><a class="link" href="workflow.html" title="Understanding The Boost.AutoIndex Workflow">Understanding The Boost.AutoIndex
|
<a name="boost_autoindex.workflow"></a><a class="link" href="workflow.html" title="Understanding The AutoIndex Workflow">Understanding The AutoIndex Workflow</a>
|
||||||
Workflow</a>
|
|
||||||
</h2></div></div></div>
|
</h2></div></div></div>
|
||||||
<div class="orderedlist"><ol type="1">
|
<div class="orderedlist"><ol class="orderedlist" type="1">
|
||||||
<li>
|
<li class="listitem">
|
||||||
Load the script file (usually index.idx) and process it one line at a time,
|
Load the script file (usually index.idx) and process it one line at a time,
|
||||||
producing one or more index term per (non-comment) line.
|
producing one or more index term per (non-comment) line.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="listitem">
|
||||||
Reading all lines builds a list of <span class="emphasis"><em>terms to index</em></span>.
|
Reading all lines builds a list of <span class="emphasis"><em>terms to index</em></span>.
|
||||||
Some of those may be terms defined (by you) directly in the script file,
|
Some of those may be terms defined (by you) directly in the script file,
|
||||||
others may be terms found by scanning C++ header and source files that
|
others may be terms found by scanning C++ header and source files that
|
||||||
were specified by the <span class="emphasis"><em>!scan-path</em></span> directive.
|
were specified by the <span class="emphasis"><em>!scan-path</em></span> directive.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="listitem">
|
||||||
Once the complete list of <span class="emphasis"><em>terms to index</em></span> is complete,
|
Once the complete list of <span class="emphasis"><em>terms to index</em></span> is complete,
|
||||||
it loads the Docbook XML file. (If this comes from Quickbook/Doxygen/Boostbook/Docbook
|
it loads the Docbook XML file. (If this comes from Quickbook/Doxygen/Boostbook/Docbook
|
||||||
then this is the complete documentation after conversion to Docbook format).
|
then this is the complete documentation after conversion to Docbook format).
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="listitem">
|
||||||
Boost.AutoIndex builds an internal <a href="http://en.wikipedia.org/wiki/Document_Object_Model" target="_top">Document
|
AutoIndex builds an internal <a href="http://en.wikipedia.org/wiki/Document_Object_Model" target="_top">Document
|
||||||
Object Model (DOM)</a> of the Docbook XML. This internal representation
|
Object Model (DOM)</a> of the Docbook XML. This internal representation
|
||||||
then gets scanned for occurrences of the <span class="emphasis"><em>terms to index</em></span>.
|
then gets scanned for occurrences of the <span class="emphasis"><em>terms to index</em></span>.
|
||||||
This scanning works at the XML paragraph level (or equivalent sibling such
|
This scanning works at the XML paragraph level (or equivalent sibling such
|
||||||
@ -46,21 +45,21 @@
|
|||||||
used to search for <span class="emphasis"><em>terms to index</em></span> can find anything
|
used to search for <span class="emphasis"><em>terms to index</em></span> can find anything
|
||||||
that is completely contained within a paragraph (or code block etc).
|
that is completely contained within a paragraph (or code block etc).
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="listitem">
|
||||||
For each term found then an <span class="emphasis"><em>indexterm</em></span> Docbook element
|
For each term found then an <span class="emphasis"><em>indexterm</em></span> Docbook element
|
||||||
is inserted into the <a href="http://en.wikipedia.org/wiki/Document_Object_Model" target="_top">Document
|
is inserted into the <a href="http://en.wikipedia.org/wiki/Document_Object_Model" target="_top">Document
|
||||||
Object Model (DOM)</a> (provided internal index generation is off),
|
Object Model (DOM)</a> (provided internal index generation is off),
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="listitem">
|
||||||
Also the Boost.AutoIndex's internal index representation gets updated.
|
Also the AutoIndex's internal index representation gets updated.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="listitem">
|
||||||
Once the whole XML document has been indexed, then, if Boost.AutoIndex
|
Once the whole XML document has been indexed, then, if AutoIndex has been
|
||||||
has been instructed to generate the index itself, it creates the necessary
|
instructed to generate the index itself, it creates the necessary XML and
|
||||||
XML and inserts this into the <a href="http://en.wikipedia.org/wiki/Document_Object_Model" target="_top">Document
|
inserts this into the <a href="http://en.wikipedia.org/wiki/Document_Object_Model" target="_top">Document
|
||||||
Object Model (DOM)</a>.
|
Object Model (DOM)</a>.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="listitem">
|
||||||
Finally the whole <a href="http://en.wikipedia.org/wiki/Document_Object_Model" target="_top">Document
|
Finally the whole <a href="http://en.wikipedia.org/wiki/Document_Object_Model" target="_top">Document
|
||||||
Object Model (DOM)</a> is written out as a new Docbook XML file, and
|
Object Model (DOM)</a> is written out as a new Docbook XML file, and
|
||||||
normal processing of this continues via the XSL stylesheets (with xsltproc)
|
normal processing of this continues via the XSL stylesheets (with xsltproc)
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>XML Handling</title>
|
<title>XML Handling</title>
|
||||||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="prev" href="workflow.html" title="Understanding The Boost.AutoIndex Workflow">
|
<link rel="prev" href="workflow.html" title="Understanding The AutoIndex Workflow">
|
||||||
<link rel="next" href="qbk.html" title="Quickbook Support">
|
<link rel="next" href="qbk.html" title="Quickbook Support">
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||||
@ -15,26 +15,26 @@
|
|||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="workflow.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="qbk.html"><img src="../images/next.png" alt="Next"></a>
|
<a accesskey="p" href="workflow.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="qbk.html"><img src="../images/next.png" alt="Next"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||||
<a name="boost_autoindex.xml"></a><a class="link" href="xml.html" title="XML Handling">XML Handling</a>
|
<a name="boost_autoindex.xml"></a><a class="link" href="xml.html" title="XML Handling">XML Handling</a>
|
||||||
</h2></div></div></div>
|
</h2></div></div></div>
|
||||||
<p>
|
<p>
|
||||||
Boost.AutoIndex is rather simplistic in its handling of XML:
|
AutoIndex is rather simplistic in its handling of XML:
|
||||||
</p>
|
</p>
|
||||||
<div class="itemizedlist"><ul type="disc">
|
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||||
<li>
|
<li class="listitem">
|
||||||
When indexing a document, all block content at the paragraph level gets
|
When indexing a document, all block content at the paragraph level gets
|
||||||
collapsed into a single string for matching against the regular expressions
|
collapsed into a single string for matching against the regular expressions
|
||||||
representing each index term. In other words, for the most part, you can
|
representing each index term. In other words, for the most part, you can
|
||||||
assume that you're indexing plain text when writing regular expressions.
|
assume that you're indexing plain text when writing regular expressions.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="listitem">
|
||||||
Named XML entities for &, ", ', < or > are converted to
|
Named XML entities for &, ", ', < or > are converted to
|
||||||
their corresponding characters before indexing a section of text. However,
|
their corresponding characters before indexing a section of text. However,
|
||||||
decimal or hex escape sequences are not currently converted.
|
decimal or hex escape sequences are not currently converted.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="listitem">
|
||||||
Index terms are assumed to be plain text (whether they originate from the
|
Index terms are assumed to be plain text (whether they originate from the
|
||||||
script file or from scanning source files) and the characters &, ",
|
script file or from scanning source files) and the characters &, ",
|
||||||
< and > will be escaped to &amp; &quot; &lt; and &gt;
|
< and > will be escaped to &amp; &quot; &lt; and &gt;
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>AutoIndex</title>
|
<title>Boost.AutoIndex</title>
|
||||||
<link rel="stylesheet" href="boostbook.css" type="text/css">
|
<link rel="stylesheet" href="boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="index.html" title="AutoIndex">
|
<link rel="home" href="index.html" title="Boost.AutoIndex">
|
||||||
<link rel="next" href="autoindex/overview.html" title="Overview">
|
<link rel="next" href="boost_autoindex/overview.html" title="Overview">
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||||
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="spirit-nav"><a accesskey="n" href="autoindex/overview.html"><img src="images/next.png" alt="Next"></a></div>
|
<div class="spirit-nav"><a accesskey="n" href="boost_autoindex/overview.html"><img src="images/next.png" alt="Next"></a></div>
|
||||||
<div class="article" lang="en">
|
<div class="article">
|
||||||
<div class="titlepage">
|
<div class="titlepage">
|
||||||
<div>
|
<div>
|
||||||
<div><h2 class="title">
|
<div><h2 class="title">
|
||||||
<a name="autoindex"></a>AutoIndex</h2></div>
|
<a name="boost_autoindex"></a>Boost.AutoIndex</h2></div>
|
||||||
<div><div class="authorgroup"><div class="author"><h3 class="author">
|
<div><div class="authorgroup"><div class="author"><h3 class="author">
|
||||||
<span class="firstname">John</span> <span class="surname">Maddock</span>
|
<span class="firstname">John</span> <span class="surname">Maddock</span>
|
||||||
</h3></div></div></div>
|
</h3></div></div></div>
|
||||||
<div><p class="copyright">Copyright © 2008, 2011 John Maddock</p></div>
|
<div><p class="copyright">Copyright © 2008, 2011 John Maddock</p></div>
|
||||||
<div><div class="legalnotice">
|
<div><div class="legalnotice">
|
||||||
<a name="id864299"></a><p>
|
<a name="id988882"></a><p>
|
||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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>)
|
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>
|
</p>
|
||||||
@ -32,43 +32,45 @@
|
|||||||
<div class="toc">
|
<div class="toc">
|
||||||
<p><b>Table of Contents</b></p>
|
<p><b>Table of Contents</b></p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><span class="section"><a href="autoindex/overview.html">Overview</a></span></dt>
|
<dt><span class="section"><a href="boost_autoindex/overview.html">Overview</a></span></dt>
|
||||||
<dt><span class="section"><a href="autoindex/tut.html">Getting Started and Tutorial</a></span></dt>
|
<dt><span class="section"><a href="boost_autoindex/tut.html">Getting Started and Tutorial</a></span></dt>
|
||||||
<dd><dl>
|
<dd><dl>
|
||||||
<dt><span class="section"><a href="autoindex/tut/build.html">Step 1: Build the AutoIndex tool</a></span></dt>
|
<dt><span class="section"><a href="boost_autoindex/tut/build.html">Step 1: Build the AutoIndex
|
||||||
<dt><span class="section"><a href="autoindex/tut/configure.html">Step 2: Configure Boost.Build
|
tool</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="boost_autoindex/tut/configure.html">Step 2: Configure Boost.Build
|
||||||
jamfile to use AutoIndex</a></span></dt>
|
jamfile to use AutoIndex</a></span></dt>
|
||||||
<dd><dl>
|
<dd><dl>
|
||||||
<dt><span class="section"><a href="autoindex/tut/configure/options.html">Available Indexing
|
<dt><span class="section"><a href="boost_autoindex/tut/configure/options.html">Available Indexing
|
||||||
Options</a></span></dt>
|
Options</a></span></dt>
|
||||||
<dt><span class="section"><a href="autoindex/tut/configure/optional.html">Making AutoIndex
|
<dt><span class="section"><a href="boost_autoindex/tut/configure/optional.html">Making AutoIndex
|
||||||
optional</a></span></dt>
|
optional</a></span></dt>
|
||||||
</dl></dd>
|
</dl></dd>
|
||||||
<dt><span class="section"><a href="autoindex/tut/add_indexes.html">Step 3: Add indexes to your
|
<dt><span class="section"><a href="boost_autoindex/tut/add_indexes.html">Step 3: Add indexes
|
||||||
documentation</a></span></dt>
|
to your documentation</a></span></dt>
|
||||||
<dt><span class="section"><a href="autoindex/tut/script.html">Step 4: Create the .idx script
|
<dt><span class="section"><a href="boost_autoindex/tut/script.html">Step 4: Create the .idx script
|
||||||
file - to control what to terms to index</a></span></dt>
|
file - to control what to terms to index</a></span></dt>
|
||||||
<dt><span class="section"><a href="autoindex/tut/entries.html">Step 5: Add Manual Index Entries
|
<dt><span class="section"><a href="boost_autoindex/tut/entries.html">Step 5: Add Manual Index
|
||||||
to Docbook XML - Optional</a></span></dt>
|
Entries to Docbook XML - Optional</a></span></dt>
|
||||||
<dt><span class="section"><a href="autoindex/tut/pis.html">Step 6: Using XML processing instructions
|
<dt><span class="section"><a href="boost_autoindex/tut/pis.html">Step 6: Using XML processing
|
||||||
to control what gets indexed.</a></span></dt>
|
instructions to control what gets indexed.</a></span></dt>
|
||||||
<dt><span class="section"><a href="autoindex/tut/build_docs.html">Step 7: Build the Docs</a></span></dt>
|
<dt><span class="section"><a href="boost_autoindex/tut/build_docs.html">Step 7: Build the Docs</a></span></dt>
|
||||||
<dt><span class="section"><a href="autoindex/tut/refine.html">Step 8: Iterate - to refine your
|
<dt><span class="section"><a href="boost_autoindex/tut/refine.html">Step 8: Iterate - to refine
|
||||||
index</a></span></dt>
|
your index</a></span></dt>
|
||||||
</dl></dd>
|
</dl></dd>
|
||||||
<dt><span class="section"><a href="autoindex/script_ref.html">Script File (.idx) Reference</a></span></dt>
|
<dt><span class="section"><a href="boost_autoindex/script_ref.html">Script File (.idx) Reference</a></span></dt>
|
||||||
<dt><span class="section"><a href="autoindex/workflow.html">Understanding The AutoIndex Workflow</a></span></dt>
|
<dt><span class="section"><a href="boost_autoindex/workflow.html">Understanding The AutoIndex Workflow</a></span></dt>
|
||||||
<dt><span class="section"><a href="autoindex/xml.html">XML Handling</a></span></dt>
|
<dt><span class="section"><a href="boost_autoindex/xml.html">XML Handling</a></span></dt>
|
||||||
<dt><span class="section"><a href="autoindex/qbk.html">Quickbook Support</a></span></dt>
|
<dt><span class="section"><a href="boost_autoindex/qbk.html">Quickbook Support</a></span></dt>
|
||||||
<dt><span class="section"><a href="autoindex/comm_ref.html">Command Line Reference</a></span></dt>
|
<dt><span class="section"><a href="boost_autoindex/comm_ref.html">Command Line Reference</a></span></dt>
|
||||||
|
<dt><span class="section"><a href="index/s08.html">Index</a></span></dt>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"><p><small>Last revised: June 20, 2011 at 15:45:15 GMT</small></p></td>
|
<td align="left"><p><small>Last revised: June 24, 2011 at 17:34:57 GMT</small></p></td>
|
||||||
<td align="right"><div class="copyright-footer"></div></td>
|
<td align="right"><div class="copyright-footer"></div></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="spirit-nav"><a accesskey="n" href="autoindex/overview.html"><img src="images/next.png" alt="Next"></a></div>
|
<div class="spirit-nav"><a accesskey="n" href="boost_autoindex/overview.html"><img src="images/next.png" alt="Next"></a></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -3,26 +3,701 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||||
<title>Index</title>
|
<title>Index</title>
|
||||||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||||
<link rel="home" href="../index.html" title="AutoIndex">
|
<link rel="home" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="up" href="../index.html" title="AutoIndex">
|
<link rel="up" href="../index.html" title="Boost.AutoIndex">
|
||||||
<link rel="prev" href="../autoindex/index.html" title="Index">
|
<link rel="prev" href="../boost_autoindex/comm_ref.html" title="Command Line Reference">
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||||
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="../autoindex/index.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a>
|
<a accesskey="p" href="../boost_autoindex/comm_ref.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" lang="en">
|
<div class="section">
|
||||||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||||
<a name="id877294"></a>Index</h2></div></div></div>
|
<a name="id1004948"></a>Index</h2></div></div></div>
|
||||||
<p></p>
|
<p><a class="link" href="s08.html#idx_id_0">A</a> <a class="link" href="s08.html#idx_id_1">B</a> <a class="link" href="s08.html#idx_id_2">C</a> <a class="link" href="s08.html#idx_id_3">D</a> <a class="link" href="s08.html#idx_id_4">F</a> <a class="link" href="s08.html#idx_id_5">H</a> <a class="link" href="s08.html#idx_id_6">I</a> <a class="link" href="s08.html#idx_id_7">J</a> <a class="link" href="s08.html#idx_id_8">L</a> <a class="link" href="s08.html#idx_id_9">M</a> <a class="link" href="s08.html#idx_id_10">O</a> <a class="link" href="s08.html#idx_id_11">P</a> <a class="link" href="s08.html#idx_id_12">Q</a> <a class="link" href="s08.html#idx_id_13">S</a> <a class="link" href="s08.html#idx_id_14">T</a> <a class="link" href="s08.html#idx_id_15">U</a> <a class="link" href="s08.html#idx_id_16">V</a> <a class="link" href="s08.html#idx_id_17">X</a></p>
|
||||||
<div class="variablelist"><dl></dl></div>
|
<div class="variablelist"><dl>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_0"></a><span class="term">A</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">appendix</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">Command Line Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">Step 6: Using XML processing instructions to control what gets indexed.</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">AutoIndex</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../index.html" title="Boost.AutoIndex"><span class="index-entry-level-1">Boost.AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">Command Line Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">Making AutoIndex optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">Quickbook Support</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build.html" title="Step 1: Build the AutoIndex tool"><span class="index-entry-level-1">Step 1: Build the AutoIndex tool</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">Step 4: Create the .idx script file - to control what to terms to index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional"><span class="index-entry-level-1">Step 5: Add Manual Index Entries to Docbook XML - Optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">Step 6: Using XML processing instructions to control what gets indexed.</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">Step 7: Build the Docs</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Understanding The AutoIndex Workflow</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/xml.html" title="XML Handling"><span class="index-entry-level-1">XML Handling</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Available Indexing Options</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">appendix</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">chapter</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">debug</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Docbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">page</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Quickbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">script</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">section</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">stylesheet</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">verbose</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">XML</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">XSL</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">XSL stylesheet</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
</ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_1"></a><span class="term">B</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">bjam</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">Making AutoIndex optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build.html" title="Step 1: Build the AutoIndex tool"><span class="index-entry-level-1">Step 1: Build the AutoIndex tool</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">Step 7: Build the Docs</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Boost.AutoIndex</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../index.html" title="Boost.AutoIndex"><span class="index-entry-level-1">AutoIndex</span></a></p></li></ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Boost.Build</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">Making AutoIndex optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">Step 7: Build the Docs</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Boostbook</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build.html" title="Step 1: Build the AutoIndex tool"><span class="index-entry-level-1">Step 1: Build the AutoIndex tool</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Understanding The AutoIndex Workflow</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
</ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_2"></a><span class="term">C</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">C++</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">Script File (.idx) Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">Step 4: Create the .idx script file - to control what to terms to index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Understanding The AutoIndex Workflow</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">chapter</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">Command Line Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">Step 6: Using XML processing instructions to control what gets indexed.</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">class</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">Quickbook Support</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">Script File (.idx) Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Command Line Reference</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">appendix</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">chapter</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">script</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">section</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">stylesheet</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">XML</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">XSL</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">XSL stylesheet</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
</ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_3"></a><span class="term">D</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">debug</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">Script File (.idx) Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">Step 7: Build the Docs</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/refine.html" title="Step 8: Iterate - to refine your index"><span class="index-entry-level-1">Step 8: Iterate - to refine your index</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Docbook</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">Quickbook Support</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional"><span class="index-entry-level-1">Step 5: Add Manual Index Entries to Docbook XML - Optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/refine.html" title="Step 8: Iterate - to refine your index"><span class="index-entry-level-1">Step 8: Iterate - to refine your index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Understanding The AutoIndex Workflow</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Doxygen</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">Step 4: Create the .idx script file - to control what to terms to index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Understanding The AutoIndex Workflow</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
</ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_4"></a><span class="term">F</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">function</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">Script File (.idx) Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li></ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_5"></a><span class="term">H</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">html</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">Making AutoIndex optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">Step 7: Build the Docs</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">hyperlink</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li></ul></div>
|
||||||
|
</li>
|
||||||
|
</ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_6"></a><span class="term">I</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">index</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">Command Line Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">Making AutoIndex optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">Quickbook Support</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">Script File (.idx) Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build.html" title="Step 1: Build the AutoIndex tool"><span class="index-entry-level-1">Step 1: Build the AutoIndex tool</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">Step 4: Create the .idx script file - to control what to terms to index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional"><span class="index-entry-level-1">Step 5: Add Manual Index Entries to Docbook XML - Optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">Step 6: Using XML processing instructions to control what gets indexed.</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">Step 7: Build the Docs</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/refine.html" title="Step 8: Iterate - to refine your index"><span class="index-entry-level-1">Step 8: Iterate - to refine your index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Understanding The AutoIndex Workflow</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/xml.html" title="XML Handling"><span class="index-entry-level-1">XML Handling</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li></ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_7"></a><span class="term">J</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">jamfile</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">Making AutoIndex optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">Quickbook Support</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li></ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_8"></a><span class="term">L</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">log file</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">Making AutoIndex optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">Script File (.idx) Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">Step 7: Build the Docs</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li></ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_9"></a><span class="term">M</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">macro</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">Script File (.idx) Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Making AutoIndex optional</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">bjam</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">Boost.Build</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">html</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">jamfile</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">log file</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">Quickbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">script</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">section</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">MSVC</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li></ul></div>
|
||||||
|
</li>
|
||||||
|
</ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_10"></a><span class="term">O</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Overview</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">appendix</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Boost.Build</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Boostbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">C++</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">chapter</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">class</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Docbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Doxygen</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">function</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">html</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">hyperlink</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">jamfile</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">macro</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">page</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">PDF</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">plural</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Quickbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">script</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">section</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">stylesheet</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">typedef</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">XML</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">XSL</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">XSL stylesheet</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li></ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_11"></a><span class="term">P</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">page</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">PDF</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">Step 7: Build the Docs</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">plural</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">Script File (.idx) Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">Step 4: Create the .idx script file - to control what to terms to index</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
</ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_12"></a><span class="term">Q</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Quickbook</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">Making AutoIndex optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">Quickbook Support</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional"><span class="index-entry-level-1">Step 5: Add Manual Index Entries to Docbook XML - Optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">Step 6: Using XML processing instructions to control what gets indexed.</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/refine.html" title="Step 8: Iterate - to refine your index"><span class="index-entry-level-1">Step 8: Iterate - to refine your index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Understanding The AutoIndex Workflow</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Quickbook Support</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">class</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">Docbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">jamfile</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">Quickbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">section</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
</ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_13"></a><span class="term">S</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">script</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">Command Line Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">Making AutoIndex optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">Script File (.idx) Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">Step 4: Create the .idx script file - to control what to terms to index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">Step 7: Build the Docs</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/refine.html" title="Step 8: Iterate - to refine your index"><span class="index-entry-level-1">Step 8: Iterate - to refine your index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Understanding The AutoIndex Workflow</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/xml.html" title="XML Handling"><span class="index-entry-level-1">XML Handling</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Script File (.idx) Reference</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">C++</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">class</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">debug</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">function</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">log file</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">macro</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">plural</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">script</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">section</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">text</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">typedef</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">XML</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">section</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">Command Line Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/optional.html" title="Making AutoIndex optional"><span class="index-entry-level-1">Making AutoIndex optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/qbk.html" title="Quickbook Support"><span class="index-entry-level-1">Quickbook Support</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">Script File (.idx) Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">Step 4: Create the .idx script file - to control what to terms to index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">Step 6: Using XML processing instructions to control what gets indexed.</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/refine.html" title="Step 8: Iterate - to refine your index"><span class="index-entry-level-1">Step 8: Iterate - to refine your index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/xml.html" title="XML Handling"><span class="index-entry-level-1">XML Handling</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">side-by-side</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li></ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Step 1: Build the AutoIndex tool</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build.html" title="Step 1: Build the AutoIndex tool"><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build.html" title="Step 1: Build the AutoIndex tool"><span class="index-entry-level-1">bjam</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build.html" title="Step 1: Build the AutoIndex tool"><span class="index-entry-level-1">Boostbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build.html" title="Step 1: Build the AutoIndex tool"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Boost.Build</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Boostbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">html</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">jamfile</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">log file</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">MSVC</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">PDF</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Quickbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">script</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">section</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">side-by-side</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">verbose</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Step 3: Add indexes to your documentation</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">appendix</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Boostbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">chapter</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">class</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Docbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Doxygen</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">function</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">html</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">jamfile</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">macro</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">page</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">PDF</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Quickbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">script</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">section</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">stylesheet</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">typedef</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">XML</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">XSL</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">XSL stylesheet</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Step 4: Create the .idx script file - to control what to terms to index</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">C++</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">Doxygen</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">plural</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">script</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">section</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">text</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Step 5: Add Manual Index Entries to Docbook XML - Optional</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional"><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional"><span class="index-entry-level-1">Docbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional"><span class="index-entry-level-1">Quickbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional"><span class="index-entry-level-1">XML</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Step 6: Using XML processing instructions to control what gets indexed.</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">appendix</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">chapter</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">Quickbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">section</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">text</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">XML</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Step 7: Build the Docs</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">bjam</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">Boost.Build</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">debug</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">html</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">log file</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">PDF</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">script</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">verbose</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Step 8: Iterate - to refine your index</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/refine.html" title="Step 8: Iterate - to refine your index"><span class="index-entry-level-1">debug</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/refine.html" title="Step 8: Iterate - to refine your index"><span class="index-entry-level-1">Docbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/refine.html" title="Step 8: Iterate - to refine your index"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/refine.html" title="Step 8: Iterate - to refine your index"><span class="index-entry-level-1">Quickbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/refine.html" title="Step 8: Iterate - to refine your index"><span class="index-entry-level-1">script</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/refine.html" title="Step 8: Iterate - to refine your index"><span class="index-entry-level-1">section</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">stylesheet</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">Command Line Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Understanding The AutoIndex Workflow</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
</ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_14"></a><span class="term">T</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">text</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">Script File (.idx) Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/script.html" title="Step 4: Create the .idx script file - to control what to terms to index"><span class="index-entry-level-1">Step 4: Create the .idx script file - to control what to terms to index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">Step 6: Using XML processing instructions to control what gets indexed.</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Understanding The AutoIndex Workflow</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/xml.html" title="XML Handling"><span class="index-entry-level-1">XML Handling</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">typedef</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">Script File (.idx) Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
</ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_15"></a><span class="term">U</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">Understanding The AutoIndex Workflow</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Boostbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">C++</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Docbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Doxygen</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Quickbook</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">script</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">stylesheet</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">text</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">XML</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">XSL</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">XSL stylesheet</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li></ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_16"></a><span class="term">V</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact><li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">verbose</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure.html" title="Step 2: Configure Boost.Build jamfile to use AutoIndex"><span class="index-entry-level-1">Step 2: Configure Boost.Build jamfile to use AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/build_docs.html" title="Step 7: Build the Docs"><span class="index-entry-level-1">Step 7: Build the Docs</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li></ul></div></dd>
|
||||||
|
<dt>
|
||||||
|
<a name="idx_id_17"></a><span class="term">X</span>
|
||||||
|
</dt>
|
||||||
|
<dd><div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">XML</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">Command Line Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/script_ref.html" title="Script File (.idx) Reference"><span class="index-entry-level-1">Script File (.idx) Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/entries.html" title="Step 5: Add Manual Index Entries to Docbook XML - Optional"><span class="index-entry-level-1">Step 5: Add Manual Index Entries to Docbook XML - Optional</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/pis.html" title="Step 6: Using XML processing instructions to control what gets indexed."><span class="index-entry-level-1">Step 6: Using XML processing instructions to control what gets indexed.</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Understanding The AutoIndex Workflow</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/xml.html" title="XML Handling"><span class="index-entry-level-1">XML Handling</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">XML Handling</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/xml.html" title="XML Handling"><span class="index-entry-level-1">AutoIndex</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/xml.html" title="XML Handling"><span class="index-entry-level-1">index</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/xml.html" title="XML Handling"><span class="index-entry-level-1">script</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/xml.html" title="XML Handling"><span class="index-entry-level-1">section</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/xml.html" title="XML Handling"><span class="index-entry-level-1">text</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/xml.html" title="XML Handling"><span class="index-entry-level-1">XML</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">XSL</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">Command Line Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Understanding The AutoIndex Workflow</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
<li class="listitem" style="list-style-type: none">
|
||||||
|
<p><span class="index-entry-level-0">XSL stylesheet</span></p>
|
||||||
|
<div class="index"><ul class="index" type="none" compact>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/configure/options.html" title="Available Indexing Options"><span class="index-entry-level-1">Available Indexing Options</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/comm_ref.html" title="Command Line Reference"><span class="index-entry-level-1">Command Line Reference</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/overview.html" title="Overview"><span class="index-entry-level-1">Overview</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/tut/add_indexes.html" title="Step 3: Add indexes to your documentation"><span class="index-entry-level-1">Step 3: Add indexes to your documentation</span></a></p></li>
|
||||||
|
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_autoindex/workflow.html" title="Understanding The AutoIndex Workflow"><span class="index-entry-level-1">Understanding The AutoIndex Workflow</span></a></p></li>
|
||||||
|
</ul></div>
|
||||||
|
</li>
|
||||||
|
</ul></div></dd>
|
||||||
|
</dl></div>
|
||||||
</div>
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"></td>
|
<td align="left"></td>
|
||||||
<td align="right"><div class="copyright-footer">Copyright © 2008 , 2011 John Maddock<p>
|
<td align="right"><div class="copyright-footer">Copyright © 2008, 2011 John Maddock<p>
|
||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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>)
|
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>
|
</p>
|
||||||
@ -30,7 +705,7 @@
|
|||||||
</tr></table>
|
</tr></table>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="spirit-nav">
|
<div class="spirit-nav">
|
||||||
<a accesskey="p" href="../autoindex/index.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a>
|
<a accesskey="p" href="../boost_autoindex/comm_ref.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -151,6 +151,34 @@ struct string_cmp
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//
|
//
|
||||||
|
// Discover whether this node can contain a <title> or not, if not
|
||||||
|
// we don't want to link to it, or the XSL HTML stylesheets may do strange
|
||||||
|
// things, and at least emit copious messages. See https://sourceforge.net/tracker/?func=detail&aid=3325153&group_id=21935&atid=373747
|
||||||
|
//
|
||||||
|
bool can_contain_title(const char* name)
|
||||||
|
{
|
||||||
|
static const boost::array<const char*, 102> names =
|
||||||
|
{ {
|
||||||
|
"abstract", "appendix", "appendixinfo", "article", "articleinfo", "authorblurb", "bibliodiv", "biblioentry", "bibliography",
|
||||||
|
"bibliographyinfo", "bibliolist", "bibliomixed", "bibliomset", "biblioset", "blockinfo", "blockquote", "book", "bookinfo",
|
||||||
|
"calloutlist", "caution", "chapter", "chapterinfo", "colophon", "constraintdef", "dedication", "equation", "example", "figure",
|
||||||
|
"formalpara", "glossary", "glossaryinfo", "glossdiv", "glosslist", "important", "index", "indexdiv", "indexinfo", "itemizedlist",
|
||||||
|
"legalnotice", "lot", "msg", "msgexplan", "msgmain", "msgrel", "msgset", "msgsub", "note", "objectinfo", "orderedlist", "part",
|
||||||
|
"partinfo", "partintro", "personblurb", "preface", "prefaceinfo", "procedure", "productionset", "qandadiv", "qandaset",
|
||||||
|
"refentryinfo", "reference", "referenceinfo", "refsect1", "refsect1info", "refsect2", "refsect2info", "refsect3", "refsect3info",
|
||||||
|
"refsection", "refsectioninfo", "refsynopsisdiv", "refsynopsisdivinfo", "sect1", "sect1info", "sect2", "sect2info", "sect3",
|
||||||
|
"sect3info", "sect4", "sect4info", "sect5", "sect5info", "section", "sectioninfo", "segmentedlist", "set", "setindex",
|
||||||
|
"setindexinfo", "setinfo", "sidebar", "sidebarinfo", "simplesect", "step", "table", "task", "taskprerequisites",
|
||||||
|
"taskrelated", "tasksummary", "tip", "toc", "variablelist", "warning"
|
||||||
|
} };
|
||||||
|
static std::set<const char*, string_cmp> permitted;
|
||||||
|
|
||||||
|
if(permitted.empty())
|
||||||
|
permitted.insert(names.begin(), names.end());
|
||||||
|
|
||||||
|
return 0 != permitted.count(name);
|
||||||
|
}
|
||||||
|
//
|
||||||
// Determine whether this node can contain an indexterm or not:
|
// Determine whether this node can contain an indexterm or not:
|
||||||
//
|
//
|
||||||
bool can_contain_indexterm(const char* name)
|
bool can_contain_indexterm(const char* name)
|
||||||
@ -318,7 +346,12 @@ void process_node(boost::tiny_xml::element_ptr node, node_id* prev, title_info*
|
|||||||
// Store the current ID and title as nested scoped objects:
|
// Store the current ID and title as nested scoped objects:
|
||||||
//
|
//
|
||||||
node_id id = { 0, prev };
|
node_id id = { 0, prev };
|
||||||
id.id = find_attr(node, "id");
|
if(can_contain_title(node->name.c_str()))
|
||||||
|
{
|
||||||
|
// Only set the ID to link to if the block can contain a title, see
|
||||||
|
// can_contain_title above for rationale.
|
||||||
|
id.id = find_attr(node, "id");
|
||||||
|
}
|
||||||
title_info title = { "", pt};
|
title_info title = { "", pt};
|
||||||
bool flatten = should_flatten_node(node->name.c_str());
|
bool flatten = should_flatten_node(node->name.c_str());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user