Преглед изворни кода

corrected place of serialization in the alpha index

[SVN r26117]
Robert Ramey пре 21 година
родитељ
комит
9c2da2db2f
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      libs/libraries.htm

+ 3 - 3
libs/libraries.htm

@@ -184,6 +184,8 @@ how to download, build, and install the libraries.</p>
 
 
     <li><a href="regex/index.html">regex</a> - Regular expression
     <li><a href="regex/index.html">regex</a> - Regular expression
         library, from John Maddock.</li>
         library, from John Maddock.</li>
+    <li><a href="serialization/doc/index.html">serialization</a>
+        - Serialization for persistence and marshalling, from Robert Ramey</li>
     <li><a href="signals/index.html">signals</a> - managed signals &amp;
     <li><a href="signals/index.html">signals</a> - managed signals &amp;
          slots callback implementation, from Doug Gregor.</li>
          slots callback implementation, from Doug Gregor.</li>
     <li><a href="smart_ptr/index.html">smart_ptr</a> - Five smart
     <li><a href="smart_ptr/index.html">smart_ptr</a> - Five smart
@@ -192,8 +194,6 @@ how to download, build, and install the libraries.</p>
     <li><a href="static_assert/static_assert.htm">static_assert</a>
     <li><a href="static_assert/static_assert.htm">static_assert</a>
         - Static assertions (compile time assertions), from John
         - Static assertions (compile time assertions), from John
         Maddock.</li>
         Maddock.</li>
-    <li><a href="serialization/doc/index.html">serialization</a>
-        - Serialization for persistence and marshalling, from Robert Ramey</li>
     <li><a href="spirit/index.html">spirit</a> - LL parser framework&nbsp;
     <li><a href="spirit/index.html">spirit</a> - LL parser framework&nbsp;
     represents parsers directly as EBNF grammars in inlined C++, from Joel de
     represents parsers directly as EBNF grammars in inlined C++, from Joel de
     Guzman and team.</li>
     Guzman and team.</li>
@@ -456,7 +456,7 @@ how to download, build, and install the libraries.</p>
   <li><a href="io/doc/ios_state.html">io state savers</a> - Save I/O state to
   <li><a href="io/doc/ios_state.html">io state savers</a> - Save I/O state to
   prevent jumbled data, from Daryle Walker.</li>
   prevent jumbled data, from Daryle Walker.</li>
   <li><a href="serialization/doc/index.html">serialization</a> - Serialization
   <li><a href="serialization/doc/index.html">serialization</a> - Serialization
-of arbitrary data for persistence and marshalling</li>
+of arbitrary data for persistence and marshalling, from Robert Ramey</li>
     <li><a href="assign/index.html">assign</a> - Filling containers
     <li><a href="assign/index.html">assign</a> - Filling containers
     with constant or generated data has never been
     with constant or generated data has never been
     easier, from Thorsten Ottosen.
     easier, from Thorsten Ottosen.

粤ICP备19079148号