diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2010-09-13 18:31:17 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2010-09-13 18:31:17 +0000 |
commit | 14694348f12df7fbfa71463bd46bbf387b40aebc (patch) | |
tree | fa4db2d400873792f1b3906a161c38cef9b8c556 | |
parent | e7f72940d251473512d541c7b546100209caa60c (diff) | |
download | gcc-14694348f12df7fbfa71463bd46bbf387b40aebc.zip gcc-14694348f12df7fbfa71463bd46bbf387b40aebc.tar.gz gcc-14694348f12df7fbfa71463bd46bbf387b40aebc.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/api.xml | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/spine.xml | 10 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/spine.xml | 4 |
4 files changed, 19 insertions, 6 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 179b1e6..4b080b4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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> * src/hash_bytes.cc: New file, exports _Hash_bytes (a Murmur hash), diff --git a/libstdc++-v3/doc/xml/api.xml b/libstdc++-v3/doc/xml/api.xml index 4518f23..d29bb5c 100644 --- a/libstdc++-v3/doc/xml/api.xml +++ b/libstdc++-v3/doc/xml/api.xml @@ -3,8 +3,9 @@ <article xml:id="api" xreflabel="API"> <?dbhtml filename="api.html"?> -<info><title>API Documentation</title> - +<title>The GNU C++ Library API Reference</title> + +<info> <copyright> <year> 2008 diff --git a/libstdc++-v3/doc/xml/manual/spine.xml b/libstdc++-v3/doc/xml/manual/spine.xml index 2ff83bd..808ca03 100644 --- a/libstdc++-v3/doc/xml/manual/spine.xml +++ b/libstdc++-v3/doc/xml/manual/spine.xml @@ -2,6 +2,7 @@ <?dbhtml dir="manual"?> <?dbhtml filename="spine.html"?> + <title>The GNU C++ Library Manual</title> <info> <copyright> @@ -23,9 +24,12 @@ </xi:include> <!-- Part 02 : Standard Contents --> -<part xml:id="manual.std" xreflabel="Standard Contents"><info><title> - Standard Contents -</title></info> +<part xml:id="manual.std" xreflabel="Standard Contents"> +<info> + <title> + Standard Contents + </title> +</info> <!-- Chapter 01 : Support --> diff --git a/libstdc++-v3/doc/xml/spine.xml b/libstdc++-v3/doc/xml/spine.xml index 726966b..5fb739f 100644 --- a/libstdc++-v3/doc/xml/spine.xml +++ b/libstdc++-v3/doc/xml/spine.xml @@ -1,8 +1,10 @@ <set xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="set-index" - xreflabel="The GNU C++ Library Documentation"> + xreflabel="The GNU C++ Library"> <?dbhtml filename="spine.html"?> + <title>The GNU C++ Library</title> + <info> <copyright> <year>2000</year> |