1<set xmlns="http://docbook.org/ns/docbook" version="5.0" 2 xml:id="set-index" 3 xreflabel="The GNU C++ Library"> 4<title>The GNU C++ Library</title> 5<?dbhtml filename="index.html"?> 6 7<info> 8 <keywordset> 9 <keyword>ISO C++</keyword> 10 <keyword>runtime</keyword> 11 <keyword>library</keyword> 12 </keywordset> 13 <abstract xml:id="contents"> 14 <title>Short Contents</title> 15 16 <para> 17 Copyright (C) 2008-2022 18 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.fsf.org">FSF 19 </link> 20 </para> 21 22 <para> 23 Permission is granted to copy, distribute and/or modify this 24 document under the terms of the GNU Free Documentation 25 License, Version 1.2 or any later version published by the 26 Free Software Foundation; with no Invariant Sections, with no 27 Front-Cover Texts, and with no Back-Cover Texts. 28 </para> 29 30 <para> 31 This is the top level of the libstdc++ documentation set. The 32 documentation is divided into the following three sections. 33 </para> 34 35 <para> 36 <itemizedlist> 37 38 <listitem> 39 <para> 40 <link linkend="manual">Manual</link> 41 </para> 42 </listitem> 43 44 <listitem> 45 <para> 46 <link linkend="faq">Frequently Asked Questions</link> 47 </para> 48 </listitem> 49 50 <listitem> 51 <para> 52 <link linkend="api">API and Source Documentation</link> 53 </para> 54 </listitem> 55 56 </itemizedlist> 57 </para> 58 59 </abstract> 60</info> 61 62 63<!-- User Manual --> 64<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="manual/spine.xml" parse="xml"> 65</xi:include> 66 67<!-- Source Level Documentation--> 68<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="api.xml" parse="xml"> 69</xi:include> 70 71<!-- FAQ --> 72<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="faq.xml" parse="xml"> 73</xi:include> 74 75</set> 76