5e3a0ed1a7
2011-09-27 Benjamin Kosnik <bkoz@redhat.com> * doc/html/*: Regenerate. * doc/Makefile.am: Un-nest the ext output directory. * doc/Makefile.in: Regenerate. * spine.xml: Remove authors, add abstract for short contents. Rename to index.html for html output. * manual/spine.xml: Authors here, manual starts with index.html. * api.xml: Update. * faq.xml: Same. Co-Authored-By: Jonathan Wakely <jwakely.gcc@gmail.com> From-SVN: r179304
82 lines
1.8 KiB
XML
82 lines
1.8 KiB
XML
<set xmlns="http://docbook.org/ns/docbook" version="5.0"
|
|
xml:id="set-index"
|
|
xreflabel="The GNU C++ Library">
|
|
<title>The GNU C++ Library</title>
|
|
<?dbhtml filename="index.html"?>
|
|
|
|
<info>
|
|
<keywordset>
|
|
<keyword>
|
|
ISO C++
|
|
</keyword>
|
|
<keyword>
|
|
runtime
|
|
</keyword>
|
|
<keyword>
|
|
library
|
|
</keyword>
|
|
</keywordset>
|
|
<abstract xml:id="contents">
|
|
<title>Short Contents</title>
|
|
|
|
<para>
|
|
Copyright 2008, 2009, 2011
|
|
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.fsf.org/">FSF
|
|
</link>
|
|
</para>
|
|
|
|
<para>
|
|
Permission is granted to copy, distribute and/or modify this
|
|
document under the terms of the GNU Free Documentation
|
|
License, Version 1.2 or any later version published by the
|
|
Free Software Foundation; with no Invariant Sections, with no
|
|
Front-Cover Texts, and with no Back-Cover Texts.
|
|
</para>
|
|
|
|
<para>
|
|
This is the top level of the libstdc++ documentation set. The
|
|
documentation is divided into the following three sections.
|
|
</para>
|
|
|
|
<para>
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
<para>
|
|
<link linkend="manual">Manual</link>
|
|
</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>
|
|
<link linkend="faq">Frequently Asked Questions</link>
|
|
</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>
|
|
<link linkend="api">API and Source Documentation</link>
|
|
</para>
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
</para>
|
|
|
|
</abstract>
|
|
</info>
|
|
|
|
|
|
<!-- User Manual -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="manual/spine.xml" parse="xml">
|
|
</xi:include>
|
|
|
|
<!-- Source Level Documentation-->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="api.xml" parse="xml">
|
|
</xi:include>
|
|
|
|
<!-- FAQ -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="faq.xml" parse="xml">
|
|
</xi:include>
|
|
|
|
</set>
|