Quellcode durchsuchen

Clean up index.
Recategorize parameter library.


[SVN r30396]

Dave Abrahams vor 21 Jahren
Ursprung
Commit
5df5a9ee00
1 geänderte Dateien mit 39 neuen und 35 gelöschten Zeilen
  1. 39 35
      libs/libraries.htm

+ 39 - 35
libs/libraries.htm

@@ -33,30 +33,33 @@ content="text/html; charset=iso-8859-1">
 <h1>Boost Libraries and Documentation</h1>
 
 <p>
-<a href="#Alphabetically">Libraries Listed Alphabetically</a><br>
-<a href="#Category">Libraries Listed by Category<br>
-</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#String">String and text processing<br>
-</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Containers">Containers<br>
-</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Iterators">Iterators<br>
-</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Algorithms">Algorithms<br>
-</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Function-objects">Function Objects and
-higher-order programming<br>
-</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Generic">Generic Programming</a><br>
-&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Generic">Template
-Metaprogramming</a><br>
-&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Preprocessor">Preprocessor Metaprogramming</a><a href="#Generic"><br>
-</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Concurrent">Concurrent Programming</a><br>
-&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Math">Math and numerics<br>
-</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Correctness">Correctness and testing<br>
-</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Data">Data structures<br>
-</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#IO">Input/Output</a><a href="#Memory"><br>
-</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Inter-language">Inter-language support</a><br>
-&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Memory">Memory</a><br>
-&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Parsing">Parsing</a><br>
-&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Miscellaneous">Miscellaneous</a><br>
-&nbsp;&nbsp;&nbsp;&nbsp; <a href="#workarounds">Broken compiler workarounds</a><br>
-<a href="#Removed">Libraries Retired from Boost<br>
-</a></p>
+<dl>
+  <dt><a href="#Alphabetically">Libraries Listed Alphabetically</a></dt>
+  <dt><a href="#Category">Libraries Listed by Category</a></dt>
+    <dl>
+      <dt><a href="#String">String and text processing</a></dt>
+      <dt><a href="#Containers">Containers</a></dt>
+      <dt><a href="#Iterators">Iterators</a></dt>
+      <dt><a href="#Algorithms">Algorithms</a></dt>
+      <dt><a href="#Function-objects">Function Objects and higher-order programming</a></dt>
+      <dt><a href="#Generic">Generic Programming</a></dt>
+      <dt><a href="#Metaprogramming">Template Metaprogramming</a></dt>
+      <dt><a href="#Preprocessor">Preprocessor Metaprogramming</a></dt>
+      <dt><a href="#Concurrent">Concurrent Programming</a>
+      <dt><a href="#Math">Math and numerics</a></dt>
+      <dt><a href="#Correctness">Correctness and testing</a></dt>
+      <dt><a href="#Data">Data structures</a></dt>
+      <dt><a href="#IO">Input/Output</a><a href="#Memory"></a></dt>
+      <dt><a href="#Inter-language">Inter-language support</a></dt>
+      <dt><a href="#Memory">Memory</a></dt>
+      <dt><a href="#Parsing">Parsing</a></dt>
+      <dt><a href="#Programming">Programming Interfaces</a></dt>
+      <dt><a href="#Miscellaneous">Miscellaneous</a></dt>
+      <dt><a href="#workarounds">Broken compiler workarounds</a></dt>
+    </dl>
+  <dt><a href="#Removed">Libraries Retired from Boost</a></dt>
+</dl>
+</p>
 
 <p>See <a href="../status/compiler_status.html">Compiler Status</a>
  page to find out what library works with which compiler.<br>
@@ -352,12 +355,6 @@ how to download, build, and install the libraries.</p>
     function objects at the actual call site, and more, from Jaakko Järvi and
     Gary Powell.</li>
 
-    <li><span class="library"><a href=
-    "parameter/doc/html/index.html">parameter</a></span> -
-    Write functions that accept arguments by name, by David Abrahams
-    and Daniel Wallin.</li>
-
-
     <li><a href="bind/ref.html">ref</a> - A utility library for
     passing references to generic functions, from Jaako J&auml;rvi,
     Peter Dimov, Doug Gregor, and Dave Abrahams.</li>
@@ -384,11 +381,6 @@ how to download, build, and install the libraries.</p>
     <li><a href="utility/operators.htm">operators</a> - Templates
         ease arithmetic classes and iterators, from Dave Abrahams
         and Jeremy Siek.</li>
-    <li><span class="library"><a href=
-    "parameter/doc/html/index.html">parameter</a></span> -
-    Write functions that accept arguments by name, by David Abrahams
-    and Daniel Wallin.</li>
-
 
     <li><a href="property_map/property_map.html">property map</a>
         - Concepts defining interfaces which map key objects to
@@ -545,6 +537,18 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
   Guzman and team.</li>
 </ul>
 
+<h3><a name="Programming">Programming Interfaces</a></h3>
+
+<ul>
+    <li><a href="function/index.html">function</a> - Function object wrappers
+      for deferred calls or callbacks, from Doug Gregor.</li>
+
+    <li><span class="library"><a href=
+    "parameter/doc/html/index.html">parameter</a></span> -
+    Write functions that accept arguments by name, by David Abrahams
+    and Daniel Wallin.</li>
+</ul>
+
 <h3><a name="Miscellaneous">Miscellaneous</a></h3>
 
 <ul>

粤ICP备19079148号