documentation.html: Use HTML entities for punctuation.
2002-08-13 Jonathan Wakely <jw@kayari.org> Phil Edwards <pme@gcc.gnu.org> * docs/html/documentation.html: Use HTML entities for punctuation. Co-Authored-By: Phil Edwards <pme@gcc.gnu.org> From-SVN: r56257
This commit is contained in:
parent
07893d4fd9
commit
b2659518d1
@ -1,3 +1,8 @@
|
||||
2002-08-13 Jonathan Wakely <jw@kayari.org>
|
||||
Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* docs/html/documentation.html: Use HTML entities for punctuation.
|
||||
|
||||
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* include/bits/deque.tcc, include/bits/list.tcc,
|
||||
|
@ -91,7 +91,7 @@
|
||||
<li>Intro (Chapter 17)
|
||||
<ul>
|
||||
<li><a href="17_intro/howto.html#1">Header files</a>
|
||||
<li><a href="17_intro/howto.html#3">Using <foo> vs <foo.h></a>
|
||||
<li><a href="17_intro/howto.html#3">Using <foo> vs <foo.h></a>
|
||||
<li><a href="17_intro/howto.html#2">Multithreading</a>
|
||||
<li><a href="17_intro/howto.html#4">Porting</a>
|
||||
<li><a href="17_intro/howto.html#5">Implementation-specific behavior</a>
|
||||
@ -149,9 +149,9 @@
|
||||
<li><a href="23_containers/howto.html#1">Making code unaware of the container/array difference</a>
|
||||
<li><a href="23_containers/howto.html#2">Variable-sized bitmasks</a>
|
||||
<li><a href="23_containers/howto.html#3">Containers and multithreading</a>
|
||||
<li><a href="23_containers/howto.html#4">"Hinting" during insertion</a>
|
||||
<li><a href="23_containers/howto.html#4">"Hinting" during insertion</a>
|
||||
<li><a href="23_containers/howto.html#5">Bitmasks and string arguments</a>
|
||||
<li><a href="23_containers/howto.html#6">std::list::size() is O(n)!</a>
|
||||
<li><a href="23_containers/howto.html#6"><code>std::list::size()</code> is O(n)!</a>
|
||||
<li><a href="23_containers/howto.html#7">Space overhead management for vectors </a>
|
||||
</ul>
|
||||
|
||||
@ -184,7 +184,7 @@
|
||||
<li><a href="27_io/howto.html#3">Binary I/O</a>
|
||||
<li><a href="27_io/howto.html#6">More on binary I/O</a>
|
||||
<li><a href="27_io/howto.html#5">Deriving a stream buffer</a>
|
||||
<li><a href="27_io/howto.html#4">What is this <sstream>/stringstreams thing?</a>
|
||||
<li><a href="27_io/howto.html#4">What is this <sstream>/stringstreams thing?</a>
|
||||
<li><a href="27_io/howto.html#7">Pathetic performance? Ditch C.</a>
|
||||
<li><a href="27_io/howto.html#8">Threads and I/O</a>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user