a2edd3e945
2010-01-07 Benjamin Kosnik <bkoz@redhat.com> * scripts/run_doxygen: Correct nested scope on the man pages. * doc/xml/faq.xml: Edits, linkcheck, doxygen link reassociate. * doc/xml/manual/mt_allocator.xml: Same. * doc/xml/manual/allocator.xml: Same. * doc/xml/manual/codecvt.xml: Same. * doc/xml/manual/backwards_compatibility.xml: Same. * doc/xml/manual/concurrency.xml: Same. * doc/xml/manual/parallel_mode.xml: Same. * doc/xml/manual/io.xml: Same. * doc/xml/manual/support.xml: Same. * doc/xml/manual/evolution.xml: Same. * doc/xml/manual/using.xml: Same. * doc/xml/manual/extensions.xml: Same. * doc/xml/manual/appendix_contributing.xml: Same. * doc/xml/manual/prerequisites.xml: Same. * doc/xml/manual/diagnostics.xml: Same. * doc/xml/manual/spine.xml: Same. * doc/xml/manual/status_cxx200x.xml: Same. * doc/xml/manual/test.xml: Same. * doc/xml/spine.xml: Same. * doc/html/*: Regenerate. * include/profile/impl/profiler.h: Remove duplicate markup. From-SVN: r155827
49 lines
1.1 KiB
XML
49 lines
1.1 KiB
XML
<?xml version='1.0'?>
|
|
<!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
|
|
[
|
|
<!ENTITY authors SYSTEM "authors.xml">
|
|
]>
|
|
|
|
<set id="set-index" xreflabel="The GNU C++ Library Documentation">
|
|
<?dbhtml filename="spine.html"?>
|
|
<title>The GNU C++ Library Documentation</title>
|
|
|
|
<setinfo>
|
|
<copyright>
|
|
<year>2000</year>
|
|
<year>2001</year>
|
|
<year>2002</year>
|
|
<year>2003</year>
|
|
<year>2004</year>
|
|
<year>2005</year>
|
|
<year>2006</year>
|
|
<year>2007</year>
|
|
<year>2008</year>
|
|
<year>2009</year>
|
|
<year>2010</year>
|
|
<holder>
|
|
<ulink url="http://www.fsf.org">FSF</ulink>
|
|
</holder>
|
|
</copyright>
|
|
&authors;
|
|
</setinfo>
|
|
|
|
|
|
<!-- 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>
|