This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

docs markup fixes


some more small XHTML fixes

Jon
Index: docs/html/test.html
===================================================================
--- docs/html/test.html	(revision 130976)
+++ docs/html/test.html	(working copy)
@@ -518,9 +518,11 @@
 of libstdc++ is in your <code>LD_LIBRARY_PATH</code>, or equivalent.
 If your GCC source tree is at <code>/path/to/gcc</code>, then you can
 run the tests as follows:
+</p>
 <pre>
 runtest --tool libstdc++ --srcdir=/path/to/gcc/libstdc++/testsuite
 </pre>
+<p>
 The testsuite will create a number of files in the directory in which you
 run this command,.  Some of those files might use the same name as
 files created by other testsuites (like the ones for GCC and G++), so
Index: docs/html/ext/parallel_mode.html
===================================================================
--- docs/html/ext/parallel_mode.html	(revision 130976)
+++ docs/html/ext/parallel_mode.html	(working copy)
@@ -425,7 +425,7 @@
 usually using the variable
 <code>__gnu_parallel::Settings::[algorithm]_minimal_n</code>.
 Please see <a href="latest-doxygen/settings_8h.html">
-<code>&lt;settings.h&gt;</code><a> for details.</p>
+<code>&lt;settings.h&gt;</code></a> for details.</p>
 
 
 
@@ -434,7 +434,7 @@
 <p>All parallel algorithms are intended to have signatures that are
 equivalent to the ISO C++ algorithms replaced. For instance, the
 <code>std::adjacent_find</code> function is declared as:
-
+</p>
 <pre>
 namespace std
 {
@@ -444,8 +444,10 @@
 }
 </pre>
 
+<p>
 Which means that there should be something equivalent for the parallel
 version. Indeed, this is the case:
+</p>
 
 <pre>
 namespace std
@@ -495,7 +497,7 @@
 
 <p> Putting all this together, the general view of overloads for the
 parallel algorithms look like this:
-<p>
+</p>
 <ul>
    <li>ISO C++ signature</li>
    <li>ISO C++ signature + sequential_tag argument</li>
Index: docs/html/ext/pb_ds/index.html
===================================================================
--- docs/html/ext/pb_ds/index.html	(revision 130976)
+++ docs/html/ext/pb_ds/index.html	(working copy)
@@ -51,7 +51,7 @@
 
           <li><a href="concepts.html">Concepts</a></li>
 
-          <li><a href="interface.html">Specifics</a</li>
+          <li><a href="interface.html">Specifics</a></li>
         </ol>
       </li>
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]