• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE boostbook PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
3  "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
4<boostbook id="boost" xmlns:xi="http://www.w3.org/2001/XInclude"
5           last-revision="$Date$">
6  <title>The Boost C++ Libraries BoostBook Documentation Subset</title>
7
8  <preface id="about">
9    <title>What's Included in This Document</title>
10
11    <para>This document represents only a subset of the full Boost
12    documentation: that part which is generated from BoostBook or
13    QuickBook sources.  Eventually all Boost libraries may use these
14    formats, but in the meantime, much of Boost's documentation is not
15    available here.  Please
16    see <ulink
17    url="http://www.boost.org/libs">http://www.boost.org/libs</ulink>
18    for complete documentation.
19    </para>
20
21    <para>
22      Documentation for some of the libraries described in this document is
23      available in alternative formats:
24       <itemizedlist>
25         <listitem>
26           <simpara><link linkend="boost">HTML</link></simpara>
27         </listitem>
28       </itemizedlist>
29       <itemizedlist>
30         <listitem>
31           <simpara><ulink url="http://sourceforge.net/projects/boost/files/boost-docs/">PDF</ulink></simpara>
32         </listitem>
33       </itemizedlist>
34    </para>
35
36  </preface>
37
38  <part id="libraries">
39    <title>The Boost C++ Libraries (BoostBook Subset)</title>
40    <xi:include href="libraries.xinclude" xpointer="xpointer(/*/node())"/>
41
42    <library name="Concept Check" dirname="concept_check" id="concept_check">
43      <libraryinfo>
44        <author>
45          <firstname>Jeremy</firstname>
46          <surname>Siek</surname>
47        </author>
48        <librarypurpose>Tools for generic programming</librarypurpose>
49        <librarycategory name="category:generic"/>
50        <librarycategory name="category:testing"/>
51      </libraryinfo>
52      <title>Boost.Concept_Check</title>
53      <xi:include href="../../libs/concept_check/doc/reference/concepts.xml"/>
54    </library>
55  </part>
56
57  <part id="tools">
58    <title>Boost Tools</title>
59    <partintro>
60      <para>
61        Boost developers, testers, and maintainers have developed various programs to
62        help with the administration of the Boost Libraries. Like everything else about
63        Boost, these tools are available in source form, and are part of the regular
64        Boost distribution.
65      </para>
66      <para>
67        Users may find these tools useful when porting Boost libraries to a new platform,
68        or for use with their own applications.
69      </para>
70    </partintro>
71    <xi:include href="tools.xinclude" xpointer="xpointer(/*/node())"/>
72  </part>
73</boostbook>
74