mirror of git://gcc.gnu.org/git/gcc.git
api.xml: Add title.
2010-09-13 Benjamin Kosnik <bkoz@redhat.com> * doc/xml/api.xml: Add title. * doc/xml/manual/spine.xml: Same. * doc/xml/spine.xml: Same. From-SVN: r164254
This commit is contained in:
parent
e7f72940d2
commit
14694348f1
|
@ -1,3 +1,9 @@
|
||||||
|
2010-09-13 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* doc/xml/api.xml: Add title.
|
||||||
|
* doc/xml/manual/spine.xml: Same.
|
||||||
|
* doc/xml/spine.xml: Same.
|
||||||
|
|
||||||
2010-09-13 Matt Austern <austern@google.com>
|
2010-09-13 Matt Austern <austern@google.com>
|
||||||
|
|
||||||
* src/hash_bytes.cc: New file, exports _Hash_bytes (a Murmur hash),
|
* src/hash_bytes.cc: New file, exports _Hash_bytes (a Murmur hash),
|
||||||
|
|
|
@ -3,8 +3,9 @@
|
||||||
<article xml:id="api" xreflabel="API">
|
<article xml:id="api" xreflabel="API">
|
||||||
<?dbhtml filename="api.html"?>
|
<?dbhtml filename="api.html"?>
|
||||||
|
|
||||||
<info><title>API Documentation</title>
|
<title>The GNU C++ Library API Reference</title>
|
||||||
|
|
||||||
|
<info>
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>
|
<year>
|
||||||
2008
|
2008
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<?dbhtml dir="manual"?>
|
<?dbhtml dir="manual"?>
|
||||||
<?dbhtml filename="spine.html"?>
|
<?dbhtml filename="spine.html"?>
|
||||||
|
|
||||||
|
<title>The GNU C++ Library Manual</title>
|
||||||
|
|
||||||
<info>
|
<info>
|
||||||
<copyright>
|
<copyright>
|
||||||
|
@ -23,9 +24,12 @@
|
||||||
</xi:include>
|
</xi:include>
|
||||||
|
|
||||||
<!-- Part 02 : Standard Contents -->
|
<!-- Part 02 : Standard Contents -->
|
||||||
<part xml:id="manual.std" xreflabel="Standard Contents"><info><title>
|
<part xml:id="manual.std" xreflabel="Standard Contents">
|
||||||
|
<info>
|
||||||
|
<title>
|
||||||
Standard Contents
|
Standard Contents
|
||||||
</title></info>
|
</title>
|
||||||
|
</info>
|
||||||
|
|
||||||
|
|
||||||
<!-- Chapter 01 : Support -->
|
<!-- Chapter 01 : Support -->
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
<set xmlns="http://docbook.org/ns/docbook" version="5.0"
|
<set xmlns="http://docbook.org/ns/docbook" version="5.0"
|
||||||
xml:id="set-index"
|
xml:id="set-index"
|
||||||
xreflabel="The GNU C++ Library Documentation">
|
xreflabel="The GNU C++ Library">
|
||||||
<?dbhtml filename="spine.html"?>
|
<?dbhtml filename="spine.html"?>
|
||||||
|
|
||||||
|
<title>The GNU C++ Library</title>
|
||||||
|
|
||||||
<info>
|
<info>
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2000</year>
|
<year>2000</year>
|
||||||
|
|
Loading…
Reference in New Issue