index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <link rel="stylesheet" type="text/css" href="../../boost.css">
  5. <title>Writing Documentation for Boost</title>
  6. </head>
  7. <body link="#0000ff" vlink="#800080">
  8. <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
  9. "header">
  10. <tr>
  11. <td valign="top" width="300">
  12. <h3><a href="../../index.htm"><img height="86" width="277" alt="C++ Boost" src="../../boost.png" border="0"></a></h3>
  13. </td>
  14. <td valign="top">
  15. <h1 align="center">Writing Documentation for Boost</h1>
  16. <h2 align="center">Index</h2>
  17. </td>
  18. </tr>
  19. </table>
  20. <hr>
  21. <h2>Contents</h2>
  22. <dl class="index">
  23. <dt><a href="introduction.html">Introduction</a></dt>
  24. <dt><a href="structure.html">Documentation Structure</a></dt>
  25. <dt><a href="design.html">HTML Design</a></dt>
  26. </dl>
  27. <hr>
  28. <p>Revised
  29. <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
  30. 05 November, 2001
  31. <!--webbot bot="Timestamp" endspan i-checksum="39359" -->
  32. </p>
  33. <p><i>&copy; Copyright <a href="mailto:williamkempf@hotmail.com">William E. Kempf</a>
  34. 2001. All Rights Reserved.</i></p>
  35. </body>
  36. </html>
粤ICP备19079148号